diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-11-02 22:38:25 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-11-02 22:38:25 -0800 |
| commit | ab40bda27ddf607d60de6d73229f56b8b8203981 (patch) | |
| tree | 1c9d64c9dcf5205bd8f354245c70702fdeb5b6a6 /.github | |
| parent | ea0bd6538097d3e8b840bc2f7fdde45227cfefea (diff) | |
| download | pyramid-ab40bda27ddf607d60de6d73229f56b8b8203981.tar.gz pyramid-ab40bda27ddf607d60de6d73229f56b8b8203981.tar.bz2 pyramid-ab40bda27ddf607d60de6d73229f56b8b8203981.zip | |
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" |
