summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-11-30 07:36:24 +0100
committerGitHub <noreply@github.com>2022-11-30 07:36:24 +0100
commit8062420960362b26b2d0af135ebc508e2a6c1bdb (patch)
treec055a9dc9515bcd60493dc5162837a1fe7b09a3e
parent0188e697d777559a4054c3b4ee19ad1acf2a9150 (diff)
downloadpymemcache-8062420960362b26b2d0af135ebc508e2a6c1bdb.tar.gz
GitHub Actions CI: Add Python 3.11
-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..0927c24 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']
steps:
- uses: actions/checkout@v3