Merge eaafee7a07 into 7e3df43463
This commit is contained in:
commit
9ac9070e0f
3
setup.py
3
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue