diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe4148c..14af169e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Keep it human-readable, your future self will thank you! ## [Unreleased](https://github.com/ecmwf/anemoi-training/compare/0.2.1...HEAD) +### Changed +- Lock python version <3.13 [#107](https://github.com/ecmwf/anemoi-training/pull/107) + ## [0.2.1 - Bugfix: resuming mlflow runs](https://github.com/ecmwf/anemoi-training/compare/0.2.0...0.2.1) - 2024-10-24 ### Added diff --git a/pyproject.toml b/pyproject.toml index 4a368552..9ffa2db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ authors = [ { name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "software.support@ecmwf.int" }, ] -requires-python = ">=3.9" +requires-python = ">=3.9,<3.13" # Unable to use 3.13 until pyshtools updates classifiers = [ "Development Status :: 4 - Beta",