summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-tests.yml
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2023-01-22 21:12:17 -0700
committerGitHub <noreply@github.com>2023-01-22 21:12:17 -0700
commitc0dda6a40b6fd5dd90f7d6c61556cb489ac2b4e8 (patch)
tree277700f4b920c7fe252a0e4d3dbbdd6c7f46ec85 /.github/workflows/ci-tests.yml
parent2df6d0cefadc781da3c098af06a912c1a87a9958 (diff)
parent434db9c05d33ec109d6d8b0eabc6f8dadad26f0d (diff)
downloadwebob-c0dda6a40b6fd5dd90f7d6c61556cb489ac2b4e8.tar.gz
Merge pull request #447 from miketheman/miketheman/testsHEADmain
Test against Python 3.11
Diffstat (limited to '.github/workflows/ci-tests.yml')
-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"