Skip to content

Commit

Permalink
try python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 4, 2024
1 parent cdfcb74 commit 9beaddb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/version-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
# a few Python versions using latest Sphinx release
- env:
PYTHON_VERSION: "3.8"
#- env:
# PYTHON_VERSION: "3.13-dev"
#- env:
# PYTHON_VERSION: "pypy-3.10"
- env:
PYTHON_VERSION: "3.10"
- env:
PYTHON_VERSION: "3.13-dev"
- env:
PYTHON_VERSION: "pypy-3.10"

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

0 comments on commit 9beaddb

Please sign in to comment.