Skip to content

Commit

Permalink
chore: add support for python 3.12
Browse files Browse the repository at this point in the history
Upgrading greenlet version to have support for Python v3.12.
See here for more information: python-greenlet/greenlet#323

Closes #45

Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
  • Loading branch information
Silvanoc committed Nov 9, 2023
1 parent a4ba67d commit f285e87
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 63 deletions.
123 changes: 60 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = "Apache-2.0"
classifiers = [
"Development Status :: 1 - Planning",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit f285e87

Please sign in to comment.