summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-10-20 09:51:04 -0400
committerJulian Berman <Julian@GrayVines.com>2020-10-20 09:51:04 -0400
commit049e9956c8f9865b666f0f8e16af1c95c109fa8e (patch)
treec621468fc9ec4a5f062445e3a4d80ffe9db6dcfb /.github
parent5911287dfef6c940191277fa9dc091ce7ead3c69 (diff)
downloadjsonschema-049e9956c8f9865b666f0f8e16af1c95c109fa8e.tar.gz
Test on Py39.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml24
-rw-r--r--.github/workflows/packaging.yml2
2 files changed, 25 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d89d6fd..0652cb8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -83,6 +83,18 @@ jobs:
toxenv: py38-format_nongpl-build
- name: 3.8
toxenv: py38-format_nongpl-tests
+ - name: 3.9
+ toxenv: py39-noextra-build
+ - name: 3.9
+ toxenv: py39-noextra-tests
+ - name: 3.9
+ toxenv: py39-format-build
+ - name: 3.9
+ toxenv: py39-format-tests
+ - name: 3.9
+ toxenv: py39-format_nongpl-build
+ - name: 3.9
+ toxenv: py39-format_nongpl-tests
exclude:
- os: windows-latest
python-version:
@@ -170,6 +182,18 @@ jobs:
toxenv: py38-format_nongpl-tests
- os: windows-latest
python-version:
+ name: 3.9
+ toxenv: py39-noextra-tests
+ - os: windows-latest
+ python-version:
+ name: 3.9
+ toxenv: py39-format-tests
+ - os: windows-latest
+ python-version:
+ name: 3.9
+ toxenv: py39-format_nongpl-tests
+ - os: windows-latest
+ python-version:
name: pypy3
toxenv: readme
- os: windows-latest
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 23178f7..2f14ee3 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: [pypy3, 3.7, 3.8]
+ python-version: [pypy3, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2