diff options
| author | Bobby <[email protected]> | 2022-12-22 11:30:46 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-22 11:30:46 -0500 |
| commit | 589017b4680b4843c171120c127ba73e5f024ea7 (patch) | |
| tree | fc42638bd2486775673bf7762b9750c5d28c5716 /setup.py | |
| parent | 7ea5ae6ded1e4c5705d31932c49991d90d042947 (diff) | |
| download | edify-589017b4680b4843c171120c127ba73e5f024ea7.tar.xz edify-589017b4680b4843c171120c127ba73e5f024ea7.zip | |
Add Support for Python 3.11
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,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', # uncomment if you test on these interpreters: |
