From f5d08b4a5e07e0fb734f845bb1e6abd42b57124c Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Wed, 20 Nov 2024 05:21:07 -0500 Subject: [PATCH] Update stated Python requirement (#656) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- README.rst | 2 +- doc/changelog.d/656.documentation.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/656.documentation.md diff --git a/README.rst b/README.rst index 682c794e..8ada9697 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ to a Granta MI server that includes MI Restricted Substances and Sustainability ``MI Restricted Substances`` and ``MI Sustainability`` are licensed separately. Endpoints available to end users depend on the available licenses. -The ``ansys.grantami.bomanalytics`` package currently supports Python version 3.9 through 3.12. +The ``ansys.grantami.bomanalytics`` package currently supports Python version 3.10 through 3.13. .. readme_software_requirements_end diff --git a/doc/changelog.d/656.documentation.md b/doc/changelog.d/656.documentation.md new file mode 100644 index 00000000..109647d9 --- /dev/null +++ b/doc/changelog.d/656.documentation.md @@ -0,0 +1 @@ +Update stated Python requirement \ No newline at end of file