Skip to content

Commit

Permalink
add support for python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Apr 27, 2023
1 parent 74ec9ed commit cc03d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ requires = [
"scikit-build>=0.13.0",
"cmake",
"ninja; platform_system!='Windows'",
"Cython==3.0.0a10"
"Cython==3.0.0b02"
]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License"
],

Expand Down

0 comments on commit cc03d0c

Please sign in to comment.