Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Moving 3.6 and 3.7 to EOL (since not only they, but even 3.8 are EOL. pyo3 currently does not support abi3-py36, and I'm betting 3.7 is going to follow suit sometime soon.)
  • Loading branch information
daxpryce authored Jan 7, 2025
1 parent 3875d15 commit 7cd4ff8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/pyo3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
name = "graspologic-native"
maintainer = "Dax Pryce"
maintainer-email = "[email protected]"
requires-python = ">=3.6,<3.14"
requires-python = ">=3.8,<3.14"
classifier = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 7cd4ff8

Please sign in to comment.