summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
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/workflows/ci.yml
parent5911287dfef6c940191277fa9dc091ce7ead3c69 (diff)
downloadjsonschema-049e9956c8f9865b666f0f8e16af1c95c109fa8e.tar.gz
Test on Py39.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml24
1 files changed, 24 insertions, 0 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