Skip to content

Commit

Permalink
Updates tox with supported versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Toris authored and russell-inorbit committed Mar 29, 2024
1 parent 6ccaadb commit 8da19d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pytest-mock>=3.10.0
pytest-raises>=0.11
pyyaml>=6.0
requests_mock>=1.9.3
tox>=3.15.2

# requirements
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py37, py38, py39, lint
envlist = py38, py39, py10, py11, lint

[testenv:lint]
deps =
Expand Down

0 comments on commit 8da19d5

Please sign in to comment.