Skip to content

Commit 84e98cd

Browse files
Add 3.13 to test matrix as experimental
1 parent db573d9 commit 84e98cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
python-version: ["3.10", "3.11", "3.12"]
1414
experimental: [false] # These versions must pass.
1515

16-
# include:
17-
# - os: ubuntu-latest
18-
# python-version: 3.12-dev
19-
# experimental: true
16+
include:
17+
- os: ubuntu-latest
18+
python-version: 3.13-dev
19+
experimental: true
2020

2121
# - os: windows-latest
2222
# python-version: 3.11-dev

0 commit comments

Comments
 (0)