Skip to content

Commit 8a5d926

Browse files
committed
Remove Python 3.13 from CI
1 parent 50fb2e6 commit 8a5d926

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
matrix:
2626
os: [ubuntu] #, mac, windows] # TODO v4: Re-enable windows and mac
2727
test-subfolder: ["/"]
28-
python-version: ["3.13"]
28+
python-version: ["3.12"]
2929
include:
3030
- os: ubuntu
3131
python-version: "3.11"
3232
test-subfolder: "/"
33-
- os: ubuntu
34-
python-version: "3.12"
35-
test-subfolder: "/"
3633
- os: ubuntu
3734
python-version: "3.12"
3835
test-subfolder: "/v4"
@@ -52,7 +49,6 @@ jobs:
5249
uses: codecov/codecov-action@v5.3.1
5350
env:
5451
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
55-
if: matrix.python-version == '3.13'
5652
with:
5753
flags: unit-tests
5854
- name: Upload test results
@@ -68,7 +64,7 @@ jobs:
6864
fail-fast: false
6965
matrix:
7066
os: [ubuntu] #, mac, windows] # TODO v4: Re-enable windows and mac
71-
python-version: ["3.13"]
67+
python-version: ["3.12"]
7268
include:
7369
- os: ubuntu
7470
python-version: "3.11"

0 commit comments

Comments
 (0)