Skip to content

Commit

Permalink
Backing down to python 3.9
Browse files Browse the repository at this point in the history
3.10 was fine with pylint, but not with sphinx
  • Loading branch information
mnlevy1981 committed Feb 14, 2023
1 parent 1d057e0 commit 2af2980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.10'
- 3.9

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2af2980

Please sign in to comment.