Skip to content

Commit 846af77

Browse files
Fix min python version for typing_extensions
1 parent 6720ead commit 846af77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pytest==7.4.2
99
pytest-aiohttp==1.0.5
1010
pytest-cov==4.1.0
1111
sqlalchemy==2.0.21
12-
typing_extensions>=3.10; python_version<"3.10"
12+
typing_extensions>=3.10; python_version<"3.12"

0 commit comments

Comments
 (0)