Skip to content

Commit 8d7fc92

Browse files
committed
Relax Py3 requirements to >= 3.6
Unfortunately, CentOS 8 users must rely on Py3.6
1 parent a3cc136 commit 8d7fc92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ project_urls =
1515
license = Apache-2
1616
license_file = LICENSE
1717

18-
python_requires = >=3.7
18+
python_requires = >=3.6
1919

2020
classifier =
2121
Development Status :: 5 - Production/Stable
@@ -27,6 +27,7 @@ classifier =
2727
Operating System :: POSIX :: Linux
2828
Programming Language :: Python
2929
Programming Language :: Python :: 3
30+
Programming Language :: Python :: 3.6
3031
Programming Language :: Python :: 3.7
3132
Programming Language :: Python :: 3.8
3233
Programming Language :: Python :: 3.9

0 commit comments

Comments
 (0)