From 73653f3bab311197a97515465d018e28a944f552 Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:22:23 +0000 Subject: [PATCH 1/2] Move setup.py to Python 3.9 . --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca7333f2..3498459c 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def walk_subpkg(name): "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", ], - python_requires=">=3.8", + python_requires=">=3.9", cmdclass=cmdclass, ) From 491f47b38947ea66f140f01625358ad2021a4f92 Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:23:25 +0000 Subject: [PATCH 2/2] Remove Python 3.8 from test workflow. --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42ebf3a2..f92bb181 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,6 @@ jobs: strategy: matrix: python: - - "3.8" - "3.9" - "3.10" steps: