From 1d734663e00c9d37314d6db7345643358d31769d Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Tue, 25 Jul 2023 10:09:14 +0200 Subject: [PATCH 1/2] fix: removed py38 from CI --- .github/workflows/check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d972c82..711a472 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -41,7 +41,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11" From 01893008a48c3a9d27578128e8c5d94065a4e2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= Date: Wed, 26 Jul 2023 13:21:31 +0200 Subject: [PATCH 2/2] chore: remove Python 3.8 from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index fe0cdbc..5f87aa6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,6 @@ def readme(): "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",