Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Expanding our supported python trove identifiers to include python 3.13
  • Loading branch information
daxpryce authored Jan 7, 2025
1 parent 411e227 commit 9fbd8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pyo3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "graspologic-native"
maintainer = "Dax Pryce"
maintainer-email = "[email protected]"
requires-python = ">=3.6,<3.13"
requires-python = ">=3.6,<3.14"
classifier = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
Expand All @@ -14,13 +14,13 @@ classifier = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Mathematics"]

[project.urls]
Github = "https://github.com/microsoft/graspologic-native"
Graspologic = "https://github.com/microsoft/graspologic"


[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"

0 comments on commit 9fbd8c1

Please sign in to comment.