Skip to content

Commit 67a024c

Browse files
committed
fix: align Python metadata with the existing syntax
1 parent f1d92ae commit 67a024c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.1"
88
description = "Safe codebase fusion pipeline: scan, plan, preview, apply, verify, diagnose, rollback, and audit code migrations."
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
authors = [
1313
{name = "TaoWind Interactive Technology Limited"}
1414
]
@@ -17,7 +17,6 @@ classifiers = [
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: Apache Software License",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)