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 /setup.py | |
| 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 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Pyramid", |
