22name = " mysqlclient"
33description = " Python interface to MySQL"
44readme = " README.md"
5- requires-python = " >=3.8 "
5+ requires-python = " >=3.10 "
66authors = [
77 {name = " Inada Naoki" , email = " songofacandy@gmail.com" }
88]
9- license = { text = " GNU General Public License v2 or later (GPLv2+) " }
9+ license = " GPL-2.0-or- later"
1010keywords = [" MySQL" ]
1111classifiers = [
1212 " Development Status :: 5 - Production/Stable" ,
1313 " Environment :: Other Environment" ,
14- " License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)" ,
1514 " Operating System :: MacOS :: MacOS X" ,
1615 " Operating System :: Microsoft :: Windows :: Windows NT/2000" ,
1716 " Operating System :: OS Independent" ,
@@ -21,12 +20,11 @@ classifiers = [
2120 " Programming Language :: C" ,
2221 " Programming Language :: Python" ,
2322 " Programming Language :: Python :: 3" ,
24- " Programming Language :: Python :: 3.8" ,
25- " Programming Language :: Python :: 3.9" ,
2623 " Programming Language :: Python :: 3.10" ,
2724 " Programming Language :: Python :: 3.11" ,
2825 " Programming Language :: Python :: 3.12" ,
2926 " Programming Language :: Python :: 3.13" ,
27+ " Programming Language :: Python :: 3.14" ,
3028 " Topic :: Database" ,
3129 " Topic :: Database :: Database Engines/Servers" ,
3230]
0 commit comments