summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-11-30 07:38:30 +0100
committerGitHub <noreply@github.com>2022-11-30 07:38:30 +0100
commit24c00adc2f8ff4d7410a23f30ec67a0a68caaee6 (patch)
treeabf9c469ecfff6073eff2fb754235346635c77c0
parent8062420960362b26b2d0af135ebc508e2a6c1bdb (diff)
downloadpymemcache-24c00adc2f8ff4d7410a23f30ec67a0a68caaee6.tar.gz
Add PyPy 3.9
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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