Skip to content

Commit

Permalink
CI: enable Python 3.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 28, 2024
1 parent 78860a4 commit 8446fc5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/version-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
PYTHON_VERSION: "3.8"
- env:
PYTHON_VERSION: "3.10"
#- env:
# PYTHON_VERSION: "3.13-dev"
# PYTHONWARNINGS: default
#- env:
# PYTHON_VERSION: "pypy-3.10"
- env:
PYTHON_VERSION: "3.13-dev"
PYTHONWARNINGS: default

env: ${{ matrix.env || fromJSON('{}') }}
steps:
Expand Down

0 comments on commit 8446fc5

Please sign in to comment.