Skip to content

Commit b1d0478

Browse files
committed
Move the Python pin from pypi-core.txt into pyproject.toml.
1 parent 24bcb53 commit b1d0478

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ keywords = [
5050
license = "BSD-3-Clause"
5151
license-files = ["LICENSE"]
5252
name = "scitools-iris"
53-
requires-python = ">=3.11"
53+
# NOTE: currently pinning to avoid Python 3.14
54+
# see : https://github.com/SciTools/iris/issues/6775
55+
requires-python = ">=3.11,<3.14"
5456

5557
[project.urls]
5658
Code = "https://github.com/SciTools/iris"

requirements/pypi-core.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ matplotlib>=3.5
77
netcdf4<1.7.3 # https://github.com/SciTools/iris/issues/6777
88
numpy>=1.24,!=1.24.3
99
pyproj
10-
python<3.14 # https://github.com/SciTools/iris/issues/6775
1110
scipy
1211
shapely!=1.8.3
1312
xxhash

0 commit comments

Comments
 (0)