diff --git a/pyproject.toml b/pyproject.toml index fd7e1cf0..036be8e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Python bindings for the SPM software." readme = "README.md" license = {file = "LICENSE"} authors = [{name = "Johan Medrano", email = "johan.medrano@ucl.ac.uk"}] -requires-python = ">=3.9,<=3.12" +requires-python = ">=3.9,<3.13" classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GPL2",