Skip to content

Commit 1122dcf

Browse files
committed
Merge branch 'pr/antonio-rojas/39188' into conda-python-13
2 parents fce9681 + 335b6dd commit 1122dcf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ classifiers = [
7474
"Programming Language :: Python :: 3.10",
7575
"Programming Language :: Python :: 3.11",
7676
"Programming Language :: Python :: 3.12",
77+
"Programming Language :: Python :: 3.13",
7778
"Programming Language :: Python :: Implementation :: CPython",
7879
"Topic :: Scientific/Engineering :: Mathematics",
7980
]
8081
urls = {Homepage = "https://www.sagemath.org"}
81-
requires-python = ">=3.9, <3.13"
82+
requires-python = ">=3.9, <3.14"
8283

8384
[project.optional-dependencies]
8485
R = [

src/setup.cfg.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license_files = LICENSE.txt
99
include(`setup_cfg_metadata.m4')dnl'
1010

1111
[options]
12-
python_requires = >=3.9, <3.13
12+
python_requires = >=3.9, <3.14
1313
install_requires =
1414
SPKG_INSTALL_REQUIRES_six
1515
dnl From build/pkgs/sagelib/dependencies

0 commit comments

Comments
 (0)