From 4797f922637657f90b2a062a8450c60ac8c083d7 Mon Sep 17 00:00:00 2001 From: Thomas Helfer Date: Thu, 10 Mar 2022 11:20:41 -0500 Subject: [PATCH] Remove python 3.5 from CI (#18) See actions/virtual-environments#4744. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d78eda..db64f9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] # Steps represent a sequence of tasks that will be executed as part of the job steps: