Update dependencies and drop Python 3.9 support

This commit is contained in:
Tulir Asokan
2024-01-08 17:34:35 +02:00
parent 731d5e028a
commit 19a4b4374d
4 changed files with 12 additions and 8 deletions
+1 -2
View File
@@ -51,7 +51,7 @@ setuptools.setup(
install_requires=install_requires,
extras_require=extras_require,
python_requires="~=3.9",
python_requires="~=3.10",
classifiers=[
"Development Status :: 4 - Beta",
@@ -60,7 +60,6 @@ setuptools.setup(
"Framework :: AsyncIO",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",