Skip to content

Commit 4feb63d

Browse files
trim21ahmedsobeh
authored andcommitted
fix async-timeout env marker
Signed-off-by: Trim21 <[email protected]>
1 parent 70eb871 commit 4feb63d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
async-timeout>=4.0.3; python_version<"3.11.3"
1+
async-timeout>=4.0.3; python_full_version<"3.11.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author_email="[email protected]",
3737
python_requires=">=3.9",
3838
install_requires=[
39-
'async-timeout>=4.0.3; python_version<"3.11.3"',
39+
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
4040
],
4141
classifiers=[
4242
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)