From 34b4b599a02e322eefc964927ba34cf941fbf0f2 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Fri, 23 Jun 2023 12:29:06 +1000 Subject: [PATCH] Test with pypy-3.10. --- .github/workflows/main.yml | 3 +++ setup.cfg | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b34ac764..49dba940 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: # - pypy-2.7 - pypy-3.8 - pypy-3.9 + - pypy-3.10 steps: - name: Checkout code uses: actions/checkout@v3 @@ -96,6 +97,7 @@ jobs: # - pypy-2.7 - pypy-3.8 - pypy-3.9 + - pypy-3.10 steps: - name: Checkout code uses: actions/checkout@v3 @@ -156,6 +158,7 @@ jobs: # - pypy-2.7 - pypy-3.8 - pypy-3.9 + - pypy-3.10 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/setup.cfg b/setup.cfg index bb377761..1ce4f644 100644 --- a/setup.cfg +++ b/setup.cfg @@ -90,6 +90,7 @@ python = pypy-2.7: pypy-without-extensions pypy-3.8: pypy-without-extensions pypy-3.9: pypy-without-extensions + pypy-3.10: pypy-without-extensions [testenv] deps =