From 9be20e84a72c512b084a14456121c7d7ccaa2566 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 24 Oct 2024 16:07:01 -0400 Subject: [PATCH 1/2] restrict to python < 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b092493..6ef9d17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ description = "Tool for visualizing 3D diffraction and PDF Images." keywords = ['diffraction', 'pdf', 'pair distribution function', 'gui'] readme = "README.rst" -requires-python = ">=3.10" +requires-python = ">=3.10, <3.13" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', From 583fcc43320dc5ffa64f2a91f11d4e41757ed9f3 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 24 Oct 2024 16:11:41 -0400 Subject: [PATCH 2/2] news --- news/python.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/python.rst diff --git a/news/python.rst b/news/python.rst new file mode 100644 index 0000000..056b9a0 --- /dev/null +++ b/news/python.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* support for python < 3.13 + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*