We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbc81f commit b03b8b3Copy full SHA for b03b8b3
setup.py
@@ -12,14 +12,11 @@
12
url="https://github.com/bieniu/gios",
13
license="Apache 2",
14
packages=["gios"],
15
- python_requires=">=3.6.0",
+ python_requires=">=3.6",
16
install_requires=["aiohttp"],
17
classifiers=[
18
"License :: OSI Approved :: Apache Software License",
19
"Programming Language :: Python",
20
- "Programming Language :: Python :: 3.6",
21
- "Programming Language :: Python :: 3.7",
22
- "Programming Language :: Python :: 3.8",
23
"Operating System :: OS Independent",
24
],
25
setup_requires=("pytest-runner"),
0 commit comments