Skip to content

Commit eb05c98

Browse files
committed
CI: bump Python versions
1 parent 9165a34 commit eb05c98

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/version-matrix.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ jobs:
3535
SPHINX_PACKAGE: "sphinx==7.1.2"
3636

3737
# a few Python versions using latest Sphinx release
38-
- env:
39-
PYTHON_VERSION: "3.8"
4038
- env:
4139
PYTHON_VERSION: "3.10"
4240
- env:
43-
PYTHON_VERSION: "3.13-dev"
44-
PYTHONWARNINGS: default
41+
PYTHON_VERSION: "3.11"
42+
- env:
43+
PYTHON_VERSION: "3.13"
4544

4645
env: ${{ matrix.env || fromJSON('{}') }}
4746
steps:

0 commit comments

Comments
 (0)