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 /setup.py | |
| parent | 0b24ac16cc04746b25cf460f1497c157f6d3d6f4 (diff) | |
| download | pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.tar.gz pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.tar.bz2 pyramid-513d88c0627a31bd99404bc74cb3175c61a82296.zip | |
Add support for Python 3.10
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.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Pyramid", |
