@@ -14,22 +14,21 @@ authors = [
1414classifiers = [
1515 " Development Status :: 4 - Beta" ,
1616 " Programming Language :: Python :: 3" ,
17- " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
1918 " Programming Language :: Python :: 3.12" ,
2019 " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
2121]
22- requires-python = " >=3.10,<3.14 "
22+ requires-python = " >=3.11 "
2323# This is duplicate, must also be changed below in the pixi configuration
2424dependencies = [
2525 " pyyaml>=6.0,<7.0" ,
2626 " click>=8.1,<9.0" ,
2727 " geopandas>=1.0.0,<2.0" ,
2828 " requests>=2.30,<3.0" ,
2929 " shapely>=2.1,<3.0" ,
30- # numpy is restricted <2.2.0 due to the lower supported Python version being 3.11 and we still cater for 3.10
31- " numpy>=2.0,<2.2" ,
32- " pyarrow>=21.0,<22.0" ,
30+ " numpy>=2.0,<3.0" ,
31+ " pyarrow>=21.0,<24.0" ,
3332 " py7zr>=1.0,<2.0" ,
3433 " fsspec==2025.7.0" ,
3534 " jsonschema[format]>=4.20,<5.0" ,
@@ -57,15 +56,14 @@ channels = ["conda-forge"]
5756platforms = [" win-64" , " linux-64" , " osx-64" , " osx-arm64" ]
5857
5958[tool .pixi .dependencies ]
60- python = " >=3.10,<3.14 "
59+ python = " >=3.11 "
6160pyyaml = " >=6.0,<7.0"
6261click = " >=8.1,<9.0"
6362geopandas = " >=1.0.0,<2.0"
6463requests = " >=2.30,<3.0"
6564shapely = " >=2.1,<3.0"
66- # numpy is restricted <2.2.0 due to the lower supported Python version being 3.11 and we still cater for 3.10
67- numpy = " >=2.0,<2.2"
68- pyarrow = " >=21.0,<22.0"
65+ numpy = " >=2.0,<3.0"
66+ pyarrow = " >=21.0,<24.0"
6967py7zr = " >=1.0,<2.0"
7068unrar = " >=0.4"
7169
0 commit comments