This commit is contained in:
killiandesse 2026-01-07 16:35:21 -08:00 committed by GitHub
commit 9ac9070e0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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',