Skip to content

Commit 533bbaa

Browse files
authored
Limit to Python >= 3.9
1 parent e97edfa commit 533bbaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
packages=["opensensemap_api"],
3131
zip_safe=True,
32-
python_requires='>=3.8',
32+
python_requires='>=3.9',
3333
classifiers=[
3434
"Development Status :: 3 - Alpha",
3535
"Environment :: Console",
@@ -38,8 +38,8 @@
3838
"Operating System :: MacOS :: MacOS X",
3939
"Operating System :: Microsoft :: Windows",
4040
"Operating System :: POSIX",
41-
"Programming Language :: Python :: 3.8",
4241
"Programming Language :: Python :: 3.9",
42+
"Programming Language :: Python :: 3.10",
4343
"Topic :: Utilities",
4444
],
4545
)

0 commit comments

Comments
 (0)