Skip to content

Commit af15385

Browse files
authored
Merge pull request #1027 from syrupy-project/test_py_3_14
chore: test against py3.14
2 parents 95ffbcb + 461ad22 commit af15385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
os: [ubuntu-latest, windows-latest]
43-
python-version: ['3.10', '3.11', '3.12', '3.13-dev']
43+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14-dev']
4444
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'ci/run-all-tests') }}
4545
steps:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454
- name: Run Tests (with coverage)
5555
id: tests-with-coverage
56-
if: matrix.python-version == '3.13-dev' && matrix.os == 'ubuntu-latest'
56+
if: matrix.python-version == '3.14-dev' && matrix.os == 'ubuntu-latest'
5757
shell: bash
5858
run: poetry run invoke test --coverage
5959
- name: Run Tests

0 commit comments

Comments
 (0)