We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193591a commit a8bca7eCopy full SHA for a8bca7e
1 file changed
pyproject.toml
@@ -6,7 +6,7 @@ requires-python = ">=3.8"
6
authors = [
7
{name = "Inada Naoki", email = "songofacandy@gmail.com"}
8
]
9
-license = "GNU General Public License v2 or later (GPLv2+)"
+license = "GNU-General-Public-License-v2-or-later-(GPLv2+)"
10
keywords = ["MySQL"]
11
classifiers = [
12
"Development Status :: 5 - Production/Stable",
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3.13",
30
+ "Programming Language :: Python :: 3.14",
31
"Topic :: Database",
32
"Topic :: Database :: Database Engines/Servers",
33
0 commit comments