Skip to content

Commit

Permalink
don't build gevent for python 3.13 since we skip that test anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
freider committed Oct 31, 2024
1 parent ae1bb67 commit 1ce6408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lint = [
]
test = [
"console-ctrl>=0.1.0",
"gevent>=24.2.1",
"gevent>=24.2.1; python_version < '3.13'",
"pytest>=8.3.3",
"pytest-asyncio>=0.24.0",
]

0 comments on commit 1ce6408

Please sign in to comment.