Removing support of Python 3.6

Sorry I tried
This commit is contained in:
Karim shoair
2024-10-14 00:45:09 +03:00
parent 5569ee9a39
commit b7ab7f31e7
4 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = pre-commit,py36,py37,py38,py39,py310,py311,py312
envlist = pre-commit,py37,py38,py39,py310,py311,py312
[testenv]
usedevelop = True