From 9f88fa9684a0e3e39b2950b1f1341b569a3f1eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pazderka?= Date: Fri, 18 Oct 2024 11:28:09 +0200 Subject: [PATCH] fixup! Update supported python versions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec3ca86c..90405487 100644 --- a/tox.ini +++ b/tox.ini @@ -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/*