From 2fb7bedbc7f5a1b065bebab9ec74d0d1104dc16e Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 5 Dec 2022 18:00:22 -0500 Subject: pypy3.8 -> 3.9 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github') 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 -- cgit v1.2.1