diff options
| author | Marcin Lulek <info@webreactor.eu> | 2022-01-07 13:22:32 +0100 |
|---|---|---|
| committer | Marcin Lulek <info@webreactor.eu> | 2022-01-07 13:22:32 +0100 |
| commit | 513d88c0627a31bd99404bc74cb3175c61a82296 (patch) | |
| tree | d812b03a58219819be3f5495ab9f9843949d7b6c /.github | |
| parent | 0b24ac16cc04746b25cf460f1497c157f6d3d6f4 (diff) | |
| download | pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.tar.gz pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.tar.bz2 pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.zip | |
Add support for Python 3.10
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 625c6a60f..2680ac779 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -19,6 +19,7 @@ jobs: - "3.7" - "3.8" - "3.9" + - "3.10" - "pypy3" os: - "ubuntu-latest" |
