diff options
| author | Stefano Rivera <stefano@rivera.za.net> | 2022-12-25 13:40:27 -0400 |
|---|---|---|
| committer | Stefano Rivera <stefano@rivera.za.net> | 2022-12-25 13:40:27 -0400 |
| commit | aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0 (patch) | |
| tree | a35bd44f5898cc9ecb64d1049bb3f94210a706dd /.github | |
| parent | b52916545c1decc1b1d09a51fa95cdd3dd161cc4 (diff) | |
| download | pyramid-aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0.tar.gz pyramid-aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0.tar.bz2 pyramid-aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0.zip | |
Run tests on Python 3.11
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 605ebdae0..13b849d0f 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" |
