@@ -3,14 +3,18 @@ name = "bugwarrior"
33version = " 2.1.0.post"
44description = " a command line utility for updating your local taskwarrior database from your forge issue trackers"
55readme = " bugwarrior/README.rst"
6- requires-python = " >=3.10 "
6+ requires-python = " >=3.11 "
77license = " GPL-3.0-or-later"
88license-files = [" LICENSE.txt" ]
99keywords =[" task" , " taskwarrior" , " todo" , " github" ]
1010classifiers =[
1111 " Development Status :: 4 - Beta" ,
1212 " Intended Audience :: Developers" ,
1313 " Programming Language :: Python :: 3" ,
14+ " Programming Language :: Python :: 3.11" ,
15+ " Programming Language :: Python :: 3.12" ,
16+ " Programming Language :: Python :: 3.13" ,
17+ " Programming Language :: Python :: 3.14" ,
1418 " Topic :: Software Development :: Bug Tracking" ,
1519 " Topic :: Utilities" ,
1620]
@@ -26,7 +30,6 @@ dependencies = [
2630 # which is no longer bundled in venvs since Python 3.12 (see #1150).
2731 " setuptools" ,
2832 " taskw>=0.8" ,
29- " tomli ; python_version <= '3.10'" ,
3033]
3134
3235[project .optional-dependencies ]
@@ -128,8 +131,7 @@ build-backend = "setuptools.build_meta"
128131docs = [
129132 # sphinx-inline-tabs is incompatible with docutils-0.22 https://github.com/pradyunsg/sphinx-inline-tabs/pull/51
130133 " docutils<0.22" ,
131- " sphinx>=1.0,<9.0 ; python_version <= '3.10'" ,
132- " sphinx>=9.0.3 ; python_version >= '3.11'" ,
134+ " sphinx>=9.0.3" ,
133135 " sphinx-click" ,
134136 " sphinx-inline-tabs" ,
135137]
0 commit comments