Skip to content

Commit f05bacf

Browse files
feat: Bump singer-sdk to 0.40.0
1 parent 0365442 commit f05bacf

File tree

4 files changed

+406
-336
lines changed

4 files changed

+406
-336
lines changed

Diff for: .github/workflows/test.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version:
24-
- "3.8"
25-
- "3.9"
26-
- "3.10"
27-
- "3.11"
2824
- "3.12"
29-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
25+
- "3.11"
26+
- "3.10"
27+
- "3.9"
28+
- "3.8"
29+
os:
30+
- "ubuntu-latest"
31+
- "macos-latest"
32+
- "windows-latest"
3033
steps:
3134
- uses: actions/checkout@v4
3235
- name: Set up Python ${{ matrix.python-version }}
@@ -38,6 +41,7 @@ jobs:
3841
pip install poetry
3942
- name: Install dependencies
4043
run: |
44+
poetry env use python${{ matrix.python-version }}
4145
poetry install
4246
- name: Test with pytest
4347
run: |

0 commit comments

Comments
 (0)