From 2527da2a73b75aa5bf8a7aafc65f977a6fdc2c9f Mon Sep 17 00:00:00 2001 From: Sparks29032 Date: Mon, 15 Dec 2025 18:56:58 -0800 Subject: [PATCH 1/2] Update to 3.14 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 735b5e78..2fcde651 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ description = "Python package for manipulating and comparing PDF profiles" keywords = ['diffpy', 'pdf', 'data interpretation'] readme = "README.rst" -requires-python = ">=3.11, <3.14" +requires-python = ">=3.12, <3.15" 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 12771d318514e37aa61756b49481a6547f8da6b9 Mon Sep 17 00:00:00 2001 From: Sparks29032 Date: Mon, 15 Dec 2025 18:59:32 -0800 Subject: [PATCH 2/2] news --- news/update.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/update.rst diff --git a/news/update.rst b/news/update.rst new file mode 100644 index 00000000..41c721dd --- /dev/null +++ b/news/update.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* Updated support from 3.11-3.13 to 3.12-3.14. + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*