We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bcb53 commit b1d0478Copy full SHA for b1d0478
pyproject.toml
@@ -50,7 +50,9 @@ keywords = [
50
license = "BSD-3-Clause"
51
license-files = ["LICENSE"]
52
name = "scitools-iris"
53
-requires-python = ">=3.11"
+# NOTE: currently pinning to avoid Python 3.14
54
+# see : https://github.com/SciTools/iris/issues/6775
55
+requires-python = ">=3.11,<3.14"
56
57
[project.urls]
58
Code = "https://github.com/SciTools/iris"
requirements/pypi-core.txt
@@ -7,7 +7,6 @@ matplotlib>=3.5
7
netcdf4<1.7.3 # https://github.com/SciTools/iris/issues/6777
8
numpy>=1.24,!=1.24.3
9
pyproj
10
-python<3.14 # https://github.com/SciTools/iris/issues/6775
11
scipy
12
shapely!=1.8.3
13
xxhash
0 commit comments