Skip to content

Commit

Permalink
- do not force Python 3.8 in the tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 17, 2024
1 parent 6133e67 commit 5ad56eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands =
pre-commit run --all-files --show-diff-on-failure

[testenv:autopep8]
basepython = python3.8
basepython = python3
skip_install = true
deps =
-cconstraints.txt
Expand Down Expand Up @@ -104,7 +104,7 @@ commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html

[testenv:coverage]
basepython = python3.8
basepython = python3
skip_install = true
allowlist_externals =
{[testenv]allowlist_externals}
Expand Down

0 comments on commit 5ad56eb

Please sign in to comment.