We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73edbff commit df9024dCopy full SHA for df9024d
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "mysqlclient"
3
description = "Python interface to MySQL"
4
readme = "README.md"
5
-requires-python = ">=3.8"
+requires-python = ">=3.10"
6
authors = [
7
{name = "Inada Naoki", email = "songofacandy@gmail.com"}
8
]
@@ -20,8 +20,6 @@ classifiers = [
20
"Programming Language :: C",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.8",
24
- "Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
0 commit comments