Skip to content

Commit e566d8d

Browse files
Update to 3.13
1 parent 66f3ffd commit e566d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version: ["3.10", "3.11", "3.12"]
13+
python-version: ["3.11", "3.12", "3.13"]
1414
experimental: [false] # These versions must pass.
1515

1616
include:
1717
- os: ubuntu-latest
18-
python-version: 3.13-dev
18+
python-version: 3.14-dev
1919
experimental: true
2020

2121
# - os: windows-latest

0 commit comments

Comments
 (0)