From 58904750146f7a0a2f448416916914d07d9edd56 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Sun, 26 Oct 2025 04:14:15 -0400 Subject: [PATCH 1/2] chore: change package to support python 3.11-3.13 in the initial round of release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8dcd94a..0e8f3cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ description = "Distance Printer, calculate the inter atomic distances. Part of xPDFsuite" keywords = ['diffpy', 'pdf', 'data interpretation'] readme = "README.rst" -requires-python = ">=3.12, <3.15" +requires-python = ">=3.11, <3.14" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', @@ -25,9 +25,9 @@ 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', - 'Programming Language :: Python :: 3.14', 'Topic :: Scientific/Engineering :: Physics', 'Topic :: Scientific/Engineering :: Chemistry', ] From 7b944322d3968424591f46910e7f36ad418519e1 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Sun, 26 Oct 2025 04:15:12 -0400 Subject: [PATCH 2/2] chore: add news file --- news/change-pythonversion.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/change-pythonversion.rst diff --git a/news/change-pythonversion.rst b/news/change-pythonversion.rst new file mode 100644 index 0000000..d80efef --- /dev/null +++ b/news/change-pythonversion.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Trivial change to pyproject.toml + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*