@@ -7,7 +7,7 @@ name = "td-client"
77version = " 1.5.0"
88description = " Treasure Data API library for Python"
99readme = {file = " README.rst" , content-type = " text/x-rst; charset=UTF-8" }
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.10 "
1111license = {text = " Apache Software License" }
1212authors = [{name = " Treasure Data, Inc." , email = " support@treasure-data.com" }]
1313urls = {homepage = " http://treasuredata.com/" }
@@ -18,11 +18,11 @@ classifiers = [
1818 " License :: OSI Approved :: Apache Software License" ,
1919 " Operating System :: OS Independent" ,
2020 " Topic :: Internet" ,
21- " Programming Language :: Python :: 3.8" ,
22- " Programming Language :: Python :: 3.9" ,
2321 " Programming Language :: Python :: 3.10" ,
2422 " Programming Language :: Python :: 3.11" ,
2523 " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2626 " Programming Language :: Python :: Implementation :: CPython" ,
2727 " Programming Language :: Python :: Implementation :: PyPy" ,
2828]
@@ -66,7 +66,7 @@ known-third-party = ["dateutil","msgpack","pkg_resources","pytest","setuptools",
6666include = [" tdclient" ]
6767exclude = [" **/__pycache__" , " tdclient/test" , " docs" ]
6868typeCheckingMode = " basic"
69- pythonVersion = " 3.9 "
69+ pythonVersion = " 3.10 "
7070pythonPlatform = " All"
7171reportMissingTypeStubs = false
7272reportUnknownMemberType = false
0 commit comments