File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,12 @@ classifiers = [
74
74
" Programming Language :: Python :: 3.10" ,
75
75
" Programming Language :: Python :: 3.11" ,
76
76
" Programming Language :: Python :: 3.12" ,
77
+ " Programming Language :: Python :: 3.13" ,
77
78
" Programming Language :: Python :: Implementation :: CPython" ,
78
79
" Topic :: Scientific/Engineering :: Mathematics" ,
79
80
]
80
81
urls = {Homepage = " https://www.sagemath.org" }
81
- requires-python = " >=3.9, <3.13 "
82
+ requires-python = " >=3.9, <3.14 "
82
83
83
84
[project .optional-dependencies ]
84
85
R = [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license_files = LICENSE.txt
9
9
include ( `setup_cfg_metadata.m4' ) dnl '
10
10
11
11
[ options]
12
- python_requires = >=3.9, <3.13
12
+ python_requires = >=3.9, <3.14
13
13
install_requires =
14
14
SPKG_INSTALL_REQUIRES_six
15
15
dnl From build/pkgs/sagelib/dependencies
You can’t perform that action at this time.
0 commit comments