summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r--.github/workflows/checks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 710245c..15eb7be 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
+ python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
os: ["macos-latest", "ubuntu-latest"]
steps:
- uses: actions/checkout@v2
@@ -76,7 +76,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
- python-version: [2.7, 3.6]
+ python-version: [3.6]
steps:
- uses: actions/checkout@v2
with: