We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97edfa commit 533bbaaCopy full SHA for 533bbaa
1 file changed
setup.py
@@ -29,7 +29,7 @@
29
],
30
packages=["opensensemap_api"],
31
zip_safe=True,
32
- python_requires='>=3.8',
+ python_requires='>=3.9',
33
classifiers=[
34
"Development Status :: 3 - Alpha",
35
"Environment :: Console",
@@ -38,8 +38,8 @@
38
"Operating System :: MacOS :: MacOS X",
39
"Operating System :: Microsoft :: Windows",
40
"Operating System :: POSIX",
41
- "Programming Language :: Python :: 3.8",
42
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
43
"Topic :: Utilities",
44
45
)
0 commit comments