From 24c00adc2f8ff4d7410a23f30ec67a0a68caaee6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 30 Nov 2022 07:38:30 +0100 Subject: Add PyPy 3.9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0927c24..04b256b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.9'] steps: - uses: actions/checkout@v3 -- cgit v1.2.1