@@ -17,7 +17,6 @@ classifiers =
1717 Development Status :: 5 - Production/Stable
1818 License :: OSI Approved :: BSD License
1919 Programming Language :: Python :: 3
20- Programming Language :: Python :: 3.5
2120 Programming Language :: Python :: 3.6
2221 Programming Language :: Python :: 3.7
2322 Programming Language :: Python :: 3.8
@@ -32,7 +31,7 @@ project_urls =
3231
3332[options]
3433zip_safe = false
35- python_requires = >= 3.5
34+ python_requires = >= 3.6
3635packages = find:
3736package_dir =
3837 =src
@@ -45,6 +44,7 @@ where=src
4544
4645[bdist_wheel]
4746universal = false
47+ py_limited_api =cp36
4848
4949# --- Test and coverage configuration ------------------------------------------
5050
@@ -74,13 +74,11 @@ envlist =
7474
7575[gh-actions]
7676python =
77- 3.5: py35, py35-without-extensions, py35-install-extensions, py35-disable-extensions
7877 3.6: py36, py36-without-extensions, py36-install-extensions, py36-disable-extensions
7978 3.7: py37, py37-without-extensions, py37-install-extensions, py37-disable-extensions
8079 3.8: py38, py38-without-extensions, py38-install-extensions, py38-disable-extensions
8180 3.9: py39, py39-without-extensions, py39-install-extensions, py39-disable-extensions
8281 3.10: py310, py310-without-extensions, py310-install-extensions, py310-disable-extensions
83- pypy-2.7: pypy-without-extensions
8482 pypy-3.6: pypy-without-extensions
8583 pypy-3.7: pypy-without-extensions
8684
0 commit comments