From 89a7e8318b8444d7f658d407b6f866042175d97e Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 24 Oct 2024 16:56:28 -0400 Subject: [PATCH] Update pyproject.toml with >=3.11, <3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',