Skip to content

Commit

Permalink
Relax Py3 requirements to >= 3.6
Browse files Browse the repository at this point in the history
Unfortunately, CentOS 8 users must rely on Py3.6
  • Loading branch information
alvarolopez committed Mar 17, 2022
1 parent a3cc136 commit 8d7fc92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project_urls =
license = Apache-2
license_file = LICENSE

python_requires = >=3.7
python_requires = >=3.6

classifier =
Development Status :: 5 - Production/Stable
Expand All @@ -27,6 +27,7 @@ classifier =
Operating System :: POSIX :: Linux
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
Expand Down

0 comments on commit 8d7fc92

Please sign in to comment.