Skip to content

Commit da2eef5

Browse files
committed
updating lower and upper bounds of python
1 parent 8fcbd4b commit da2eef5

File tree

3 files changed

+637
-470
lines changed

3 files changed

+637
-470
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ classifiers = [
1313
"License :: OSI Approved :: Apache Software License",
1414
"Operating System :: OS Independent",
1515
"Programming Language :: Python",
16-
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
19-
"Programming Language :: Python :: 3.12"
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13"
2020
]
2121
dependencies = [
2222
"juliacall>=0.9.14",
23-
"numpy>=1.26.0",
23+
"numpy>=2.1.0",
2424
"pydantic>=2.0",
25-
"scipy>=1.9.3",
25+
"scipy>=1.0.0",
2626
"pandas>=2.1.0",
2727
"bokeh>=3.2.2",
2828
"tabulate>=0.9.0",
@@ -32,9 +32,9 @@ dependencies = [
3232
"beartype>=0.15.0",
3333
"simplejson>=3.19.1",
3434
"plum-dispatch>=2.2.2",
35-
"numba>=0.58.0",
35+
"numba>=0.61.0",
3636
]
37-
requires-python = ">=3.9,<3.13"
37+
requires-python = ">=3.10,<3.14"
3838
readme = "README.md"
3939
license = {text = "Apache License 2.0"}
4040

0 commit comments

Comments
 (0)