Skip to content

Commit

Permalink
Also test python 3.6 on github actions. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Mar 29, 2022
1 parent 7211ef9 commit b66ec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev']
pip-sphinx: [sphinx]
include:
- python-version: 3.9
Expand Down

0 comments on commit b66ec9b

Please sign in to comment.