Skip to content

Commit d864d9c

Browse files
feat: Bump singer-sdk to 0.40.0 (#482)
1 parent 42cca2d commit d864d9c

File tree

3 files changed

+409
-408
lines changed

3 files changed

+409
-408
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ 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"
25+
- "3.11"
26+
- "3.10"
27+
- "3.9"
28+
- "3.8"
2929

3030
steps:
3131
- name: Checkout code
@@ -59,6 +59,7 @@ jobs:
5959
uses: actions/setup-python@v5
6060
with:
6161
python-version: ${{ matrix.python-version }}
62+
allow-prereleases: true
6263

6364
- name: Upgrade pip
6465
run: |
@@ -70,6 +71,7 @@ jobs:
7071
poetry --version
7172
- name: Install dependencies
7273
run: |
74+
poetry env use python${{ matrix.python-version }}
7375
poetry install
7476
- name: Run pytest
7577
run: |

0 commit comments

Comments
 (0)