File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3333 include :
3434 - os : ubuntu
3535 pixi-environment : " test-py311"
36+ - os : ubuntu
37+ pixi-environment : " test-py313"
3638 - os : ubuntu
3739 pixi-environment : " test-minimum"
3840 steps :
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ setuptools_scm = "*"
2020test-latest = { features = [" test" ], solve-group = " test" }
2121test-minimum = { features = [" test" , " minimum" ], solve-group = " test" }
2222test-py311 = { features = [" test" , " py311" ] }
23- test-py312 = { features = [" test" , " py312 " ] }
23+ test-py313 = { features = [" test" , " py313 " ] }
2424test-notebooks = { features = [" test" , " notebooks" ], solve-group = " test" }
2525docs = { features = [" docs" ], solve-group = " docs" }
2626typing = { features = [" typing" ], solve-group = " typing" }
2727pre-commit = { features = [" pre-commit" ], no-default-feature = true }
2828
2929[dependencies ] # keep section in sync with pyproject.toml dependencies
30- python = " >=3.11,<3.13 "
30+ python = " >=3.11"
3131parcels = { path = " ." }
3232netcdf4 = " >=1.7.2"
3333numpy = " >=2.1.0"
@@ -58,8 +58,8 @@ pooch = "==1.8.0"
5858[feature .py311 .dependencies ]
5959python = " 3.11.*"
6060
61- [feature .py312 .dependencies ]
62- python = " 3.12 .*"
61+ [feature .py313 .dependencies ]
62+ python = " 3.13 .*"
6363
6464[feature .test .dependencies ]
6565nbval = " *"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "Framework for Lagrangian tracking of virtual ocean particles in t
88readme = " README.md"
99dynamic = [" version" ]
1010authors = [{ name = " Parcels team" }]
11- requires-python = " >=3.11,<3.13 "
11+ requires-python = " >=3.11"
1212license = { file = " LICENSE.md" }
1313classifiers = [
1414 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments