Skip to content

Commit 12d6465

Browse files
feat: Bump singer-sdk to 0.40.0 (#243)
1 parent 0365442 commit 12d6465

File tree

4 files changed

+409
-336
lines changed

4 files changed

+409
-336
lines changed

Diff for: .github/workflows/test.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ 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+
include:
32+
- python-version: "3.12"
33+
os: "macos-latest"
34+
- python-version: "3.12"
35+
os: "windows-latest"
3036
steps:
3137
- uses: actions/checkout@v4
3238
- name: Set up Python ${{ matrix.python-version }}
@@ -38,6 +44,7 @@ jobs:
3844
pip install poetry
3945
- name: Install dependencies
4046
run: |
47+
poetry env use python${{ matrix.python-version }}
4148
poetry install
4249
- name: Test with pytest
4350
run: |

0 commit comments

Comments
 (0)