Adjust Python versions in setup.py (3.9 -> 3.10)

This commit is contained in:
killiandesse 2025-12-01 15:54:53 +01:00
parent f2547f8a09
commit eaafee7a07
1 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,7 @@ try:
['qutebrowser = qutebrowser.qutebrowser:main']},
zip_safe=True,
install_requires=['jinja2', 'PyYAML'],
python_requires='>=3.9',
python_requires='>=3.10',
name='qutebrowser',
version=_get_constant('version'),
description=_get_constant('description'),
@ -86,7 +86,6 @@ try:
'Operating System :: MacOS',
'Operating System :: POSIX :: BSD',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',