feat: drop python 3.6 support
This commit is contained in:
parent
3ea9deea06
commit
80da7f5d6f
2 changed files with 2 additions and 13 deletions
|
@ -19,14 +19,12 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
]
|
||||
requires-python = ">= 3.6"
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
'importlib-metadata; python_version < "3.10"',
|
||||
"python-configuration",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue