summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-12-01 11:26:12 -0800
committerGitHub <noreply@github.com>2022-12-01 11:26:12 -0800
commitaed4283bef7d918849534fd41770f7643d4a2f81 (patch)
treeabf9c469ecfff6073eff2fb754235346635c77c0
parent0188e697d777559a4054c3b4ee19ad1acf2a9150 (diff)
parent24c00adc2f8ff4d7410a23f30ec67a0a68caaee6 (diff)
downloadpymemcache-aed4283bef7d918849534fd41770f7643d4a2f81.tar.gz
Merge pull request #448 from cclauss/patch-1
GitHub Actions CI: Add Python 3.11 and 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 08c3fa1..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', '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