diff options
| author | Michael Merickel <michael@merickel.org> | 2020-11-08 20:12:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 20:12:26 -0600 |
| commit | 11dba69706b07fe8020874e126c9e070c8929c5d (patch) | |
| tree | 1c9d64c9dcf5205bd8f354245c70702fdeb5b6a6 /.github | |
| parent | ea0bd6538097d3e8b840bc2f7fdde45227cfefea (diff) | |
| parent | ab40bda27ddf607d60de6d73229f56b8b8203981 (diff) | |
| download | pyramid-11dba69706b07fe8020874e126c9e070c8929c5d.tar.gz pyramid-11dba69706b07fe8020874e126c9e070c8929c5d.tar.bz2 pyramid-11dba69706b07fe8020874e126c9e070c8929c5d.zip | |
Merge pull request #3626 from stevepiercy/master
Add support for Python 3.9
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 a16421a0b..b56a638a3 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -19,6 +19,7 @@ jobs: - "3.6" - "3.7" - "3.8" + - "3.9" - "pypy3" os: - "ubuntu-latest" |
