Skip to content

Commit

Permalink
Downgrade python for doctests
Browse files Browse the repository at this point in the history
Resolves a sphinx-tabs incompatability with python3.12
  • Loading branch information
simonbowly committed Dec 22, 2023
1 parent be0aaca commit 56eb661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.12"]
python: ["3.8", "3.11"]
gurobipy: ["10.0.3", "11.0.0"]
scipy: ["1.8.1", "1.11.4"]
exclude:
Expand Down

0 comments on commit 56eb661

Please sign in to comment.