diff options
| author | Stefano Rivera <stefano@rivera.za.net> | 2022-12-25 13:40:47 -0400 |
|---|---|---|
| committer | Stefano Rivera <stefano@rivera.za.net> | 2022-12-25 13:44:36 -0400 |
| commit | ce639190b4a61b4d51c5cacbe634451cddfd6c39 (patch) | |
| tree | 285ce58678c978e2d638afe7f26878c6b2a4aeee /setup.py | |
| parent | aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0 (diff) | |
| download | pyramid-ce639190b4a61b4d51c5cacbe634451cddfd6c39.tar.gz pyramid-ce639190b4a61b4d51c5cacbe634451cddfd6c39.tar.bz2 pyramid-ce639190b4a61b4d51c5cacbe634451cddfd6c39.zip | |
Declare support for python 3.11
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ setup( "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Pyramid", |
