Skip to content

Commit 1bcd617

Browse files
committed
Update CI to 3.13 final
1 parent 07298da commit 1bcd617

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ jobs:
2121
matrix:
2222
# Test all supported versions on Ubuntu:
2323
os: [ubuntu-latest]
24-
python: ["3.9", "3.10", "3.11", "3.12"]
24+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
experimental: [false]
2626
build: ['']
2727
include:
2828
# As the experimental task for the dev version.
29-
- os: ubuntu-latest
30-
python: "3.13-dev"
31-
experimental: true
3229
- os: ubuntu-latest
3330
python: "3.13-dev"
3431
experimental: true
@@ -41,10 +38,10 @@ jobs:
4138
python: pypy-3.9
4239
experimental: false
4340
- os: macos-latest
44-
python: "3.12"
41+
python: "3.13"
4542
experimental: true
4643
- os: windows-latest
47-
python: "3.12"
44+
python: "3.13"
4845
experimental: true
4946
steps:
5047
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)