Skip to content

Commit

Permalink
ci: expand matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jan 25, 2024
1 parent c9d0d27 commit e31a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"] # , "3.11", "3.12"
python-version: ["3.9", "3.10", "3.11", "3.12"]
sphinx: ["==5.*", "==6.*", "==7.*"]

steps:
Expand Down

0 comments on commit e31a11c

Please sign in to comment.