summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-12-30 11:09:07 -0600
committerGitHub <noreply@github.com>2022-12-30 11:09:07 -0600
commit240f34a18cde2473922bcc139ee92ee8b6978ce2 (patch)
treef7c7b75cedfbfa3bb17257abd55d2eeaae8facec /.github
parent4703e60eb7ddb870bf2cc69eaafd8e12fa966636 (diff)
parent93a69202dc225dc5ae659824751f59c2d33f6373 (diff)
downloadpyramid-240f34a18cde2473922bcc139ee92ee8b6978ce2.tar.gz
pyramid-240f34a18cde2473922bcc139ee92ee8b6978ce2.tar.bz2
pyramid-240f34a18cde2473922bcc139ee92ee8b6978ce2.zip
Merge pull request #3717 from stefanor/py311
Python 3.11 Support
Diffstat (limited to '.github')
-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 54fb055d1..f9ade8eda 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -19,6 +19,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
+ - "3.11"
- "pypy-3.8"
os:
- "ubuntu-20.04"