Skip to content

Commit dd03771

Browse files
committed
✨ add Python 3.14 to target versions in pyproject.toml
1 parent bcf3056 commit dd03771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ mysql2sqlite = "mysql_to_sqlite3.cli:cli"
114114

115115
[tool.black]
116116
line-length = 120
117-
target-version = ["py39", "py310", "py311", "py312", "py313"]
117+
target-version = ["py39", "py310", "py311", "py312", "py313", "py314"]
118118
include = '\.pyi?$'
119119
exclude = '''
120120
(

0 commit comments

Comments
 (0)