@@ -10,18 +10,19 @@ authors = [
1010 { name = " Taneli Hukkinen" , email = " hukkin@users.noreply.github.com" },
1111]
1212license = { file = " LICENSE" }
13- requires-python = " >=3.7 "
13+ requires-python = " >=3.8 "
1414readme = " README.md"
1515classifiers = [
1616 " License :: OSI Approved :: MIT License" ,
1717 " Operating System :: MacOS" ,
1818 " Operating System :: Microsoft :: Windows" ,
1919 " Operating System :: POSIX :: Linux" ,
2020 " Programming Language :: Python :: 3 :: Only" ,
21- " Programming Language :: Python :: 3.7" ,
2221 " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
24+ " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
2526 " Programming Language :: Python :: Implementation :: CPython" ,
2627 " Programming Language :: Python :: Implementation :: PyPy" ,
2728 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -55,10 +56,10 @@ xfail_strict = true
5556legacy_tox_ini = '''
5657[tox]
5758# Only run pytest envs when no args given to tox
58- envlist = py{37, 38,39,310}
59+ envlist = py{38,39,310,311,312 }
5960isolated_build = True
6061
61- [testenv:py{37, 38,39,310}]
62+ [testenv:py{38,39,310,311,312 }]
6263description = run tests
6364deps = -r tests/requirements.txt
6465commands =
0 commit comments