summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-08-20 11:36:15 +0100
committerJulian Berman <Julian@GrayVines.com>2021-08-20 11:36:15 +0100
commit3fb0576411701b57899cf9c812e32046ddc2adf9 (patch)
treec116e57c3f3945b990ad47376d1048936af14da1 /.github
parent656a86a4bb08819e1a74635ffdec0167e43db8e0 (diff)
downloadjsonschema-3fb0576411701b57899cf9c812e32046ddc2adf9.tar.gz
Drop support for Python 3.6.deprecations
It's in security fix only mode (till EOY) and doesn't support module-level __getattr__ yet, which presents enough of a minor nuisance to drop it. Users should stick to older jsonschema versions (which should be properly marked.)
Diffstat (limited to '.github')
-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 3446f25..580f247 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,18 +29,6 @@ jobs:
toxenv: pypy3-format_nongpl-build
- name: pypy-3.7
toxenv: pypy3-format_nongpl-tests
- - name: 3.6
- toxenv: py36-noextra-build
- - name: 3.6
- toxenv: py36-noextra-tests
- - name: 3.6
- toxenv: py36-format-build
- - name: 3.6
- toxenv: py36-format-tests
- - name: 3.6
- toxenv: py36-format_nongpl-build
- - name: 3.6
- toxenv: py36-format_nongpl-tests
- name: 3.7
toxenv: py37-noextra-build
- name: 3.7