Skip to content

Commit

Permalink
Fix min python version for typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Sep 19, 2023
1 parent 6720ead commit 846af77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pytest==7.4.2
pytest-aiohttp==1.0.5
pytest-cov==4.1.0
sqlalchemy==2.0.21
typing_extensions>=3.10; python_version<"3.10"
typing_extensions>=3.10; python_version<"3.12"

0 comments on commit 846af77

Please sign in to comment.