Skip to content

Commit

Permalink
fixup! Install pre-release greenlet for Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 7, 2023
1 parent a124c3c commit 667afd1
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 @@ test = [
"sqlalchemy",
"whoosh",
# greenlet is required by sqlalchemy; 3.12 only supported in 3.0.0a1+
"greenlet>3.0.0a1; python_version >= '3.12'",
"greenlet>=3.0.0a1; python_version >= '3.12'",
]
lint = [
"flake8",
Expand Down

0 comments on commit 667afd1

Please sign in to comment.