summaryrefslogtreecommitdiff
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
parent5911287dfef6c940191277fa9dc091ce7ead3c69 (diff)
downloadjsonschema-049e9956c8f9865b666f0f8e16af1c95c109fa8e.tar.gz
Test on Py39.
-rw-r--r--.github/workflows/ci.yml24
-rw-r--r--.github/workflows/packaging.yml2
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
4 files changed, 27 insertions, 2 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
diff --git a/setup.cfg b/setup.cfg
index 6464c6e..604f7f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
python_requires = ">=3.6"
diff --git a/tox.ini b/tox.ini
index 33e98b0..fb455bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py{36,37,38,py3}-{noextra,format,format_nongpl}-{build,tests},
+ py{36,37,38,39,py3}-{noextra,format,format_nongpl}-{build,tests},
readme
safety
secrets