File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [Ubuntu]
26- python-version : ["3.9 ", "3.10 ", "3.11 "]
26+ python-version : ["3.10 ", "3.11 ", "3.12 "]
2727 include :
2828 - os : Ubuntu
2929 image : ubuntu-latest
Original file line number Diff line number Diff line change @@ -13,28 +13,28 @@ classifiers = [
1313 " Programming Language :: Python" ,
1414 " Programming Language :: Python :: 3" ,
1515 " Programming Language :: Python :: 3 :: Only" ,
16- " Programming Language :: Python :: 3.9" ,
1716 " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
18+ " Programming Language :: Python :: 3.12" ,
1919]
2020
2121packages = [
2222 { include = " openeo_pg_parser_networkx" }
2323]
2424
2525[tool .poetry .dependencies ]
26- python = " >=3.9 ,<3.12 "
26+ python = " >=3.10 ,<3.13 "
2727pydantic = " ^2.4.0"
2828pyproj = " ^3.4.0"
29- networkx = " ^2.8.6 "
29+ networkx = " >=3.0.0 "
3030shapely = " >=1.8"
3131geojson-pydantic = " ^1.0.0"
3232numpy = " ^1.20.3"
33- pendulum = " ^2.1.2 "
33+ pendulum = " >=3.0.0 "
3434matplotlib = { version = " ^3.7.1" , optional = true }
35- traitlets = " <=5.9 .0"
35+ traitlets = " <=5.13 .0"
3636yprov4wfs = " >=0.0.8"
37- xarray = " >=2022.11.0,<=2024.3.0 "
37+ xarray = " >=2022.11.0,<=2025.08.01 "
3838dask = " >=2023.4.0,<2025.2.0"
3939
4040[tool .poetry .group .dev .dependencies ]
You can’t perform that action at this time.
0 commit comments