summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Fiedler <miketheman@gmail.com>2023-01-19 14:28:53 -0500
committerGitHub <noreply@github.com>2023-01-19 14:28:53 -0500
commitceec2260809a11a909a3ba0da80291172fee104f (patch)
treedd9cfe8c49aa0565434281da6922d21489f42ef4
parent2df6d0cefadc781da3c098af06a912c1a87a9958 (diff)
downloadwebob-ceec2260809a11a909a3ba0da80291172fee104f.tar.gz
Test against Python 3.11
-rw-r--r--.github/workflows/ci-tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index d934f9a..09b68c8 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -20,6 +20,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
+ - "3.11"
- "pypy-3.8"
os:
- "ubuntu-latest"