Skip to content

Commit

Permalink
no speedups on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed May 10, 2024
1 parent 25ae157 commit f2d8b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ classifiers = [
dependencies = [
"attrs>=22.2.0",
"cattrs",
"aiohttp[speedups]>=3.9.0",
"aiohttp[speedups]>=3.9.0; python_version < '3.13'",
"aiohttp>=3.9.0; python_version >= '3.13'",
"packaging",
"pathspec>=0.10.3", # needs to be py.typed
"Jinja2>=3",
Expand Down

0 comments on commit f2d8b0f

Please sign in to comment.