From 6184d54b828af75fb1c80c0b22a440fe84554e11 Mon Sep 17 00:00:00 2001 From: Moshi Binyamini Date: Wed, 17 May 2023 00:02:11 +0300 Subject: [PATCH] Remove Python 3.5, 3.6 from github actions These versions are no longer supported by GHA. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0f643a..0aa8db2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11'] # Steps represent a sequence of tasks that will be executed as part of the job steps: