Skip to content

Commit c1092d5

Browse files
committed
Update Python releases
1 parent 4ba99cf commit c1092d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"async_timeout<4",
2828
],
2929
packages=["luftdaten"],
30+
python_requires='>=3.8',
3031
zip_safe=True,
3132
classifiers=[
3233
"Development Status :: 3 - Alpha",
@@ -36,8 +37,9 @@
3637
"Operating System :: MacOS :: MacOS X",
3738
"Operating System :: Microsoft :: Windows",
3839
"Operating System :: POSIX",
39-
"Programming Language :: Python :: 3.6",
40-
"Programming Language :: Python :: 3.7",
40+
"Programming Language :: Python :: 3.8",
41+
"Programming Language :: Python :: 3.9",
42+
"Programming Language :: Python :: 3.10",
4143
"Topic :: Utilities",
4244
],
4345
)

0 commit comments

Comments
 (0)