22name = " taskbadger"
33version = " 1.7.0"
44description = " The official Python SDK for Task Badger"
5- requires-python = " >=3.9 "
5+ requires-python = " >=3.10 "
66authors = []
77readme = " README.md"
88classifiers = [
@@ -11,10 +11,11 @@ classifiers = [
1111 " Intended Audience :: Developers" ,
1212 " Operating System :: OS Independent" ,
1313 " Programming Language :: Python" ,
14- " Programming Language :: Python :: 3.9" ,
1514 " Programming Language :: Python :: 3.10" ,
1615 " Programming Language :: Python :: 3.11" ,
1716 " Programming Language :: Python :: 3.12" ,
17+ " Programming Language :: Python :: 3.13" ,
18+ " Programming Language :: Python :: 3.14" ,
1819 " Topic :: Software Development :: Libraries :: Python Modules" ,
1920]
2021
@@ -23,8 +24,6 @@ dependencies = [
2324 " attrs >=21.3.0" ,
2425 " python-dateutil >=2.8.0" ,
2526 " tomlkit >=0.12.5" ,
26- " importlib-metadata >=1.0; python_version < '3.8'" ,
27- " typing-extensions >=4.7.1; python_version <= '3.9'" ,
2827]
2928
3029[build-system ]
@@ -86,7 +85,7 @@ exclude = [
8685]
8786line-length = 120
8887indent-width = 4
89- target-version = " py39 "
88+ target-version = " py310 "
9089
9190[tool .ruff .lint ]
9291select = [" E" , " F" , " I" , " UP" , " DJ" , " PT" ]
0 commit comments