diff --git a/pyproject.toml b/pyproject.toml index 8c4b871..e81c7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [ description = "Peak extraction and peak fitting tool for atomic pair distribution functions." keywords = ['peak extraction fitting PDF AIC multimodeling'] readme = "README.rst" -requires-python = ">=3.11, <=3.13" +requires-python = ">=3.11, <3.14" classifiers = [ 'Development Status :: 3 - Alpha', 'Environment :: Console',