Skip to content

Commit 0ffe118

Browse files
committed
Update python versions
1 parent f3693a6 commit 0ffe118

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
# Builds are failing with py3.9+ because sphinx templates are different.
14-
# python: ['3.7', '3.8', '3.9', '3.10', '3.11']
15-
python: ['3.7', '3.8']
13+
python: ['3.10', '3.11', '3.12']
1614
fail-fast: false
1715

1816
permissions:

0 commit comments

Comments
 (0)