diff --git a/news/pythonversion.rst b/news/pythonversion.rst new file mode 100644 index 0000000..82b8545 --- /dev/null +++ b/news/pythonversion.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* Removed support for python `<3.11` + +**Fixed:** + +* + +**Security:** + +* 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:** 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',