Skip to content

Commit

Permalink
Declare 3.13 as supported in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Dec 23, 2024
1 parent 3bb1db4 commit 335b6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {Homepage = "https://www.sagemath.org"}
requires-python = ">=3.9, <3.13"
requires-python = ">=3.9, <3.14"

[project.optional-dependencies]
R = [
Expand Down

0 comments on commit 335b6dd

Please sign in to comment.