Remove Python 3.5 from GitHub Actions Test workflow
authorHarmon <Harmon758@gmail.com>
Mon, 28 Dec 2020 02:19:36 +0000 (20:19 -0600)
committerHarmon <Harmon758@gmail.com>
Mon, 28 Dec 2020 02:19:36 +0000 (20:19 -0600)
.github/workflows/test.yml

index 91265094b5edb426b968c6c627b945cbecbc3f31..e8e21cf41f1a58877843828228dc2818063714f1 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
+        python-version: [3.6, 3.7, 3.8, 3.9]
 
     steps:
       - uses: actions/checkout@v2