From 4bae6a44ac7449f85e4cf7846468cd7aceba79e6 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 20 May 2024 10:14:59 +0200 Subject: [PATCH] Stop testing on Python 3.5 pypi has changed something in their end that is incompatible with older Python versions. Fortunately, anything older than 3.6 is no longer that interesting as that is the new baseline set by the oldest enterprise distributions. --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 34b01c9..3dc2a1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,6 @@ jobs: strategy: matrix: python-version: - - 3.5 - 3.6 - 3.7 - 3.8