Drop support for Python 2.7

It's been end of life since January 2020.
This commit is contained in:
Oliver Hamlet
2022-07-02 16:36:14 +01:00
parent a7d26204a1
commit 024ab1f1e5
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
platform: [Win32, x64]
python-version: [2.7, 3.7]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
platform: [Win32, x64]
python-version: [2.7, 3.7]
python-version: [3.7]
steps:
- uses: actions/checkout@v2