We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3102245 commit ad448dcCopy full SHA for ad448dc
setup.py
@@ -28,6 +28,7 @@
28
install_requires=["aiohttp<4", "defusedxml", "attrs"],
29
packages=["connect_box"],
30
zip_safe=True,
31
+ python_requires=">=3.7",
32
classifiers=[
33
"Development Status :: 3 - Alpha",
34
"Environment :: Console",
@@ -36,8 +37,8 @@
36
37
"Operating System :: MacOS :: MacOS X",
38
"Operating System :: Microsoft :: Windows",
39
"Operating System :: POSIX",
- "Programming Language :: Python :: 3.6",
40
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
41
+ "Programming Language :: Python :: 3.9",
42
"Topic :: Utilities",
43
],
44
)
0 commit comments