summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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