Skip to content

Commit df9024d

Browse files
authored
Update required Python version to 3.10
Updated the required Python version from 3.8 to 3.10 and removed support for 3.8 and 3.9.
1 parent 73edbff commit df9024d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
]
@@ -20,8 +20,6 @@ classifiers = [
2020
"Programming Language :: C",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.8",
24-
"Programming Language :: Python :: 3.9",
2523
"Programming Language :: Python :: 3.10",
2624
"Programming Language :: Python :: 3.11",
2725
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)