Skip to content

Commit b03b8b3

Browse files
committed
update setup.py
1 parent 1bbc81f commit b03b8b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@
1212
url="https://github.com/bieniu/gios",
1313
license="Apache 2",
1414
packages=["gios"],
15-
python_requires=">=3.6.0",
15+
python_requires=">=3.6",
1616
install_requires=["aiohttp"],
1717
classifiers=[
1818
"License :: OSI Approved :: Apache Software License",
1919
"Programming Language :: Python",
20-
"Programming Language :: Python :: 3.6",
21-
"Programming Language :: Python :: 3.7",
22-
"Programming Language :: Python :: 3.8",
2320
"Operating System :: OS Independent",
2421
],
2522
setup_requires=("pytest-runner"),

0 commit comments

Comments
 (0)