diff --git a/news/metadata-py-version.rst b/news/metadata-py-version.rst new file mode 100644 index 0000000..1fb5e28 --- /dev/null +++ b/news/metadata-py-version.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Correct the python version information in the 'pyproject.toml'. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/pyproject.toml b/pyproject.toml index ce67605..c829688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ description = "Automated sequential refinements of PDF data" keywords = ['diffraction', 'PDF', 'X-ray', 'neutron', 'nsls-ii'] readme = "README.rst" -requires-python = ">=3.12, <3.15" +requires-python = ">=3.11, <3.14" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', @@ -25,6 +25,7 @@ classifiers = [ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', 'Topic :: Scientific/Engineering :: Physics',