summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-05 18:00:22 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-05 19:08:20 -0500
commit2fb7bedbc7f5a1b065bebab9ec74d0d1104dc16e (patch)
tree38582e73f4865230a346b06428bf34c77a166d57 /.github
parent5606f4c41d497649baf2fa7df80e9e6a39ef9cc2 (diff)
downloadjsonschema-2fb7bedbc7f5a1b065bebab9ec74d0d1104dc16e.tar.gz
pypy3.8 -> 3.9
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bacc6a5..1636db1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,17 +26,17 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version:
- - name: pypy-3.8
+ - name: pypy-3.9
toxenv: pypy3-noextra-build
- - name: pypy-3.8
+ - name: pypy-3.9
toxenv: pypy3-noextra-tests
- - name: pypy-3.8
+ - name: pypy-3.9
toxenv: pypy3-format-build
- - name: pypy-3.8
+ - name: pypy-3.9
toxenv: pypy3-format-tests
- - name: pypy-3.8
+ - name: pypy-3.9
toxenv: pypy3-formatnongpl-build
- - name: pypy-3.8
+ - name: pypy-3.9
toxenv: pypy3-formatnongpl-tests
- name: 3.7
toxenv: py37-noextra-build