Skip to content
Snippets Groups Projects
Unverified Commit 5fe956f1 authored by Piotr Maślanka's avatar Piotr Maślanka Committed by GitHub
Browse files

Update setup.cfg

add 3.5 and PyPy
parent f9b375fd
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,14 @@ project-urls =
classifier =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries
......@@ -36,4 +39,4 @@ max-line-length = 100
universal = 0
[options]
python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment