From 6c673743381e99b080bcec76695f08182acba3b0 Mon Sep 17 00:00:00 2001 From: Keith Lindsay Date: Mon, 1 Apr 2024 10:24:03 -0600 Subject: [PATCH] update description in docs of py versions being tested --- docs/source/developers_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers_guide.rst b/docs/source/developers_guide.rst index 96a3baf..485be2b 100644 --- a/docs/source/developers_guide.rst +++ b/docs/source/developers_guide.rst @@ -38,7 +38,7 @@ Testing Testing is performed with continuous integration using `github actions `_. -Testing is performed with python versions 3.7 through 3.11. +Testing is performed with python versions 3.8 through 3.12. Testing consists of the following: - Run the source code through `black `_ and