We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a87ce48 + dbfcb81 commit 6a40995Copy full SHA for 6a40995
setup.py
@@ -36,7 +36,7 @@
36
author_email="[email protected]",
37
python_requires=">=3.8",
38
install_requires=[
39
- 'async-timeout>=4.0.3; python_full_version<"3.11.3"',
+ 'async-timeout>=4.0.3; python_version<="3.12"',
40
],
41
classifiers=[
42
"Development Status :: 5 - Production/Stable",
@@ -51,6 +51,7 @@
51
"Programming Language :: Python :: 3.9",
52
"Programming Language :: Python :: 3.10",
53
"Programming Language :: Python :: 3.11",
54
+ "Programming Language :: Python :: 3.12",
55
"Programming Language :: Python :: Implementation :: CPython",
56
"Programming Language :: Python :: Implementation :: PyPy",
57
0 commit comments