From 51a1e58ba983465d646c12545f6f8f0da1b928e9 Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Thu, 13 Mar 2025 21:00:34 -0500 Subject: [PATCH 1/2] no-op README change --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 2af076ee..c43c69a2 100644 --- a/README.rst +++ b/README.rst @@ -412,3 +412,4 @@ See the CHANGELOG for more thanks! to include Python 3.3 and 3.4 * Andy Neff for fixing RESET of LIGHT_EX colors. * Jonathan Hartley for the initial idea and implementation. + From 28a951371c8246655d9b74ef7aa4c4d88a2415a6 Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Thu, 13 Mar 2025 21:07:00 -0500 Subject: [PATCH 2/2] Match Py3.7's available minor version Is this what's required? --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a6d96b5..5b59b659 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - {python-version: "pypy-2.7", toxenv: "pypy"} - {python-version: "pypy-3.8", toxenv: "pypy3"} - {python-version: "2.7", toxenv: "py27"} - - {python-version: "3.7", toxenv: "py37"} + - {python-version: "3.7.17", toxenv: "py37"} - {python-version: "3.8", toxenv: "py38"} - {python-version: "3.9", toxenv: "py39"} - {python-version: "3.10", toxenv: "py310"}