From ca51c950ef81ca39aab6eb2edc033b3d9742bafc Mon Sep 17 00:00:00 2001 From: EXPLOSION Date: Thu, 29 Dec 2022 02:40:15 +0000 Subject: [PATCH 1/2] Python 3.11 was released --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92bc20539d..ab247ceb18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['pypy-3.7', 'pypy-3.8', '3.7', '3.8', '3.9', '3.10', '3.11-dev'] + python: ['pypy-3.7', 'pypy-3.8', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev'] check_formatting: ['0'] pypy_nightly_branch: [''] extra_name: [''] From 36fcdff88146a7e6bc6a38f4ce3a8b32bdce7c12 Mon Sep 17 00:00:00 2001 From: EXPLOSION Date: Thu, 29 Dec 2022 02:42:39 +0000 Subject: [PATCH 2/2] New PyPy versions --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab247ceb18..1e81181a37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['pypy-3.7', 'pypy-3.8', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev'] + python: ['pypy-3.7', 'pypy-3.8', 'pypy-3.9', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev'] check_formatting: ['0'] pypy_nightly_branch: [''] extra_name: [''] @@ -88,6 +88,9 @@ jobs: - python: '3.8' # <- not actually used pypy_nightly_branch: 'py3.8' extra_name: ', pypy 3.8 nightly' + - python: '3.9' # <- not actually used + pypy_nightly_branch: 'py3.9' + extra_name: ', pypy 3.9 nightly' continue-on-error: >- ${{ (