Skip to content

Commit

Permalink
fixup! Update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Oct 18, 2024
1 parent 607b616 commit 9f88fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands =
pydocstyle src
mypy --config-file mypy.ini src/ tests/
black src/ tests/ --check -t py36
python3 setup.py --quiet sdist
python3 -m build --sdist
bandit -a file -r src/ oauth_example/ oidc_example/
twine check dist/*

Expand Down

0 comments on commit 9f88fa9

Please sign in to comment.