Skip to content

Commit 8446fc5

Browse files
committed
CI: enable Python 3.13-dev
1 parent 78860a4 commit 8446fc5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/version-matrix.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ jobs:
3535
PYTHON_VERSION: "3.8"
3636
- env:
3737
PYTHON_VERSION: "3.10"
38-
#- env:
39-
# PYTHON_VERSION: "3.13-dev"
40-
# PYTHONWARNINGS: default
41-
#- env:
42-
# PYTHON_VERSION: "pypy-3.10"
38+
- env:
39+
PYTHON_VERSION: "3.13-dev"
40+
PYTHONWARNINGS: default
4341

4442
env: ${{ matrix.env || fromJSON('{}') }}
4543
steps:

0 commit comments

Comments
 (0)