summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-04 10:23:36 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-04 10:23:36 -0400
commit93c9f112c450c76dd9389c2ba114f355c37e4d31 (patch)
treeddaa769bf5707789c6f3ab4ae6316af349197c41 /.github
parent847c69c6f64011b6889c602c6d77263fd023fa71 (diff)
downloadjsonschema-93c9f112c450c76dd9389c2ba114f355c37e4d31.tar.gz
Drop building the package on Py2 in CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/packaging.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 36683f7..decf5f0 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
- python-version: [pypy2, pypy3, 3.7, 3.8]
+ python-version: [pypy3, 3.7, 3.8]
steps:
- uses: actions/checkout@v2