diff options
Diffstat (limited to 'python/mach/setup.py')
-rw-r--r-- | python/mach/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/mach/setup.py b/python/mach/setup.py index 779a18aed4b..0c96a083e6d 100644 --- a/python/mach/setup.py +++ b/python/mach/setup.py @@ -26,8 +26,7 @@ setup( 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)', 'Natural Language :: English', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.10', ], install_requires=[ 'blessings', |