Skip to content

Commit

Permalink
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 8b985b7 commit a124c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ test = [
"pytest",
"sqlalchemy",
"whoosh",
# greenlet is required by sqlalchemy; 3.12 only supported in 3.0.0a1+
"greenlet>3.0.0a1; python_version >= '3.12'",
]
lint = [
"flake8",
Expand Down

0 comments on commit a124c3c

Please sign in to comment.