Skip to content

Commit 2853d4a

Browse files
authored
Limit to Python >= 3.9
1 parent 85ff621 commit 2853d4a

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
@@ -21,7 +21,7 @@
2121
license="Apache License 2.0",
2222
install_requires=["aiohttp<4", "async_timeout<5", "click", "setuptools"],
2323
packages=find_packages(),
24-
python_requires='>=3.8',
24+
python_requires='>=3.9',
2525
zip_safe=True,
2626
include_package_data=True,
2727
entry_points={"console_scripts": ["dingz = dingz.cli:main"]},
@@ -33,8 +33,8 @@
3333
"Operating System :: MacOS :: MacOS X",
3434
"Operating System :: Microsoft :: Windows",
3535
"Operating System :: POSIX",
36-
"Programming Language :: Python :: 3.8",
3736
"Programming Language :: Python :: 3.9",
37+
"Programming Language :: Python :: 3.10",
3838
"Topic :: Utilities",
3939
],
4040
)

0 commit comments

Comments
 (0)