summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-28 10:48:43 -0500
committerJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:40 +0200
commit0ce3cef1ad37071b7bf37a919fc24498af88c831 (patch)
treebb340fb92e090cb53c37f90b127a94723a063814 /.github/workflows
parent6b749cfa2f47d4dd9ee74f8e01fa4fc0f8f10df6 (diff)
downloadjsonschema-0ce3cef1ad37071b7bf37a919fc24498af88c831.tar.gz
Drop support for 3.7.
Referencing happens to not support it at the minute. It's close to EOL, so rather than adding it, I suspect it's droppable.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index efb163b..06208ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,18 +38,6 @@ jobs:
toxenv: pypy3-formatnongpl-build
- name: pypy-3.9
toxenv: pypy3-formatnongpl-tests
- - name: 3.7
- toxenv: py37-noextra-build
- - name: 3.7
- toxenv: py37-noextra-tests
- - name: 3.7
- toxenv: py37-format-build
- - name: 3.7
- toxenv: py37-format-tests
- - name: 3.7
- toxenv: py37-formatnongpl-build
- - name: 3.7
- toxenv: py37-formatnongpl-tests
- name: 3.8
toxenv: py38-noextra-build
- name: 3.8