@@ -15,7 +15,7 @@ description = "A general-purpose computer algebra system."
15
15
dependencies = [
16
16
" Mathics-Scanner > 1.4.1" ,
17
17
" mpmath>=1.2.0" ,
18
- " numpy<2.3 " ,
18
+ " numpy" ,
19
19
" palettable" ,
20
20
# Pillow 9.1.0 supports BigTIFF with big-endian byte order.
21
21
# ExampleData image hedy.tif is in this format.
@@ -34,7 +34,7 @@ dependencies = [
34
34
]
35
35
license = {text = " GPL3" }
36
36
name = " Mathics3"
37
- requires-python = " >=3.8 " # Sympy 1.11 is supported only down to 3.8
37
+ requires-python = " >=3.10 " # bisect.insort_left with key parameter starts in 3.10
38
38
readme = " README.rst"
39
39
keywords = [" Mathematica" , " Wolfram" , " Interpreter" , " Shell" , " Math" , " CAS" ]
40
40
maintainers = [
@@ -45,11 +45,10 @@ classifiers = [
45
45
" Intended Audience :: Science/Research" ,
46
46
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
47
47
" Programming Language :: Python" ,
48
- " Programming Language :: Python :: 3.8" ,
49
- " Programming Language :: Python :: 3.9" ,
50
48
" Programming Language :: Python :: 3.10" ,
51
49
" Programming Language :: Python :: 3.11" ,
52
50
" Programming Language :: Python :: 3.12" ,
51
+ " Programming Language :: Python :: 3.13" ,
53
52
" Programming Language :: Python :: Implementation :: CPython" ,
54
53
" Programming Language :: Python :: Implementation :: PyPy" ,
55
54
" Topic :: Scientific/Engineering" ,
0 commit comments