Skip to content

Commit d0371b2

Browse files
update pyproject.toml to support Python 3.14 (#772)
1 parent 21b99a0 commit d0371b2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
name = "mysqlclient"
33
description = "Python interface to MySQL"
44
readme = "README.md"
5-
requires-python = ">=3.8"
5+
requires-python = ">=3.10"
66
authors = [
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"
1010
keywords = ["MySQL"]
1111
classifiers = [
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

Comments
 (0)