From ff2958e05da13f1f1eac625d83ccf9cd03baca39 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Mon, 16 Mar 2026 22:36:40 -0400 Subject: [PATCH 1/2] add back support for python 3.10 and 3.11 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7ac149..4c359ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ maintainers = [ description = "Tools for processing x-ray powder diffraction data from laboratory sources." keywords = ['powder XRD', 'absorption correction', 'PDF', 'diffpy'] readme = "README.rst" -requires-python = ">=3.12, <3.15" +requires-python = ">=3.10, <3.15" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', @@ -28,6 +28,8 @@ classifiers = [ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: 3.14', From ec61fd0cc37f2f19571ad5b829d2aef721f08bca Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Mon, 16 Mar 2026 22:37:25 -0400 Subject: [PATCH 2/2] news --- news/py10.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/py10.rst diff --git a/news/py10.rst b/news/py10.rst new file mode 100644 index 0000000..b41da42 --- /dev/null +++ b/news/py10.rst @@ -0,0 +1,23 @@ +**Added:** + +* Add back support for Python 3.10 and 3.11. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*