From 1ab76b31d81dabae625bfa58c58c493c594f510d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 14 May 2024 10:46:15 +0100 Subject: [PATCH] chore: restored Python 3.5 automation There's an open issue on setup-python about the SSL certificate error. https://github.com/actions/setup-python/issues/866 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f515dd1..f426c82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,6 +81,7 @@ jobs: strategy: matrix: python-version: [ + 3.5, 3.6, 3.7, 3.8,