From 9d1722b161c5acabaecbd7bf47efa8dad9f6174b Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Wed, 30 Oct 2024 10:54:56 -0400 Subject: [PATCH 1/3] edit past news item to be more accurate --- news/{APItutorial.rst => tutorialdoc.rst} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename news/{APItutorial.rst => tutorialdoc.rst} (83%) diff --git a/news/APItutorial.rst b/news/tutorialdoc.rst similarity index 83% rename from news/APItutorial.rst rename to news/tutorialdoc.rst index ed30d11..297bc14 100644 --- a/news/APItutorial.rst +++ b/news/tutorialdoc.rst @@ -1,6 +1,6 @@ **Added:** -* Add tutorial to API +* Add tutorial to documentation **Changed:** From f5ce51a2ed4dbbcd5c9b8d04dea28677bf0e4585 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Wed, 30 Oct 2024 10:55:33 -0400 Subject: [PATCH 2/3] news item for pyproject --- news/pythonversion.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/pythonversion.rst diff --git a/news/pythonversion.rst b/news/pythonversion.rst new file mode 100644 index 0000000..2adc9ff --- /dev/null +++ b/news/pythonversion.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* * Removed support for python 3.10 + +**Fixed:** + +* + +**Security:** + +* From 7579f31d36b6257623037907b580e778054ccc32 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Wed, 30 Oct 2024 10:57:01 -0400 Subject: [PATCH 3/3] python requirements change --- news/pythonversion.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news/pythonversion.rst b/news/pythonversion.rst index 2adc9ff..82b8545 100644 --- a/news/pythonversion.rst +++ b/news/pythonversion.rst @@ -12,7 +12,7 @@ **Removed:** -* * Removed support for python 3.10 +* Removed support for python `<3.11` **Fixed:** diff --git a/pyproject.toml b/pyproject.toml index d84d5b8..7c036d1 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, <3.14" +requires-python = ">=3.11, <3.14" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console',