Loading testing/mozbase/manifestparser/setup.py +2 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ setup( "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords="mozilla manifests", Loading @@ -39,5 +40,5 @@ setup( [console_scripts] manifestparser = manifestparser.cli:main """, python_requires=">=3.8, <3.13", python_requires=">=3.8", ) Loading
testing/mozbase/manifestparser/setup.py +2 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ setup( "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords="mozilla manifests", Loading @@ -39,5 +40,5 @@ setup( [console_scripts] manifestparser = manifestparser.cli:main """, python_requires=">=3.8, <3.13", python_requires=">=3.8", )