Skip to content

Commit dbfcb81

Browse files
committed
Set metadata for Python 3.12 support
Signed-off-by: Salvatore Mesoraca <[email protected]>
1 parent a87ce48 commit dbfcb81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author_email="[email protected]",
3737
python_requires=">=3.8",
3838
install_requires=[
39-
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
39+
'async-timeout>=4.0.3; python_version<="3.12"',
4040
],
4141
classifiers=[
4242
"Development Status :: 5 - Production/Stable",
@@ -51,6 +51,7 @@
5151
"Programming Language :: Python :: 3.9",
5252
"Programming Language :: Python :: 3.10",
5353
"Programming Language :: Python :: 3.11",
54+
"Programming Language :: Python :: 3.12",
5455
"Programming Language :: Python :: Implementation :: CPython",
5556
"Programming Language :: Python :: Implementation :: PyPy",
5657
],

0 commit comments

Comments
 (0)