Skip to content

Commit

Permalink
Merge pull request #67 from valkey-io/aiven-sal/python3.12
Browse files Browse the repository at this point in the history
Set metadata for Python 3.12 support
  • Loading branch information
aiven-sal authored Aug 5, 2024
2 parents a87ce48 + dbfcb81 commit 6a40995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
author_email="[email protected]",
python_requires=">=3.8",
install_requires=[
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
'async-timeout>=4.0.3; python_version<="3.12"',
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand All @@ -51,6 +51,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit 6a40995

Please sign in to comment.