Skip to content

Commit a8bca7e

Browse files
added 3.14 in classifiers in pyproject.toml
1 parent 193591a commit a8bca7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.8"
66
authors = [
77
{name = "Inada Naoki", email = "songofacandy@gmail.com"}
88
]
9-
license = "GNU General Public License v2 or later (GPLv2+)"
9+
license = "GNU-General-Public-License-v2-or-later-(GPLv2+)"
1010
keywords = ["MySQL"]
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
"Topic :: Database",
3132
"Topic :: Database :: Database Engines/Servers",
3233
]

0 commit comments

Comments
 (0)