Skip to content

Commit

Permalink
💚 Use Python 3.9 as basepython
Browse files Browse the repository at this point in the history
  • Loading branch information
reillysiemens committed Dec 9, 2020
1 parent a3976d7 commit fb2f480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ commands =
{posargs}
[testenv:static]
basepython = python3.8
basepython = python3.9
deps =
bandit ~= 1.6.0
black ~= 19.10b0
Expand All @@ -94,7 +94,7 @@ commands =
bandit --recursive -ll gruvbox.py
[testenv:docs]
basepython = python3.8
basepython = python3.9
deps =
sphinx ~= 2.3.0
sphinx-autodoc-typehints ~= 1.10.0
Expand All @@ -104,7 +104,7 @@ commands =
[gh-actions]
python =
3.8: python3.8, static, docs
3.9: python3.9
3.8: python3.8
3.9: python3.9, static, docs
3.10: python3.10
"""

0 comments on commit fb2f480

Please sign in to comment.