summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-02 22:38:25 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-02 22:38:25 -0800
commitab40bda27ddf607d60de6d73229f56b8b8203981 (patch)
tree1c9d64c9dcf5205bd8f354245c70702fdeb5b6a6 /.github
parentea0bd6538097d3e8b840bc2f7fdde45227cfefea (diff)
downloadpyramid-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.yml1
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"