Skip to content

Commit 756c2aa

Browse files
Require python >= 3.10 for our type annotation usage.
1 parent 01ad58e commit 756c2aa

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Instead of generating CodeQL queries itself, the CodeQL MCP Server is used to pr
3030

3131
## Requirements
3232

33-
Python >= 3.9 or Docker
33+
Python >= 3.10 or Docker
3434

3535
## Configuration
3636

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "seclab-taskflow-agent"
77
dynamic = ["version"]
88
description = "A taskflow agent for the SecLab project, enabling secure and automated workflow execution."
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
license = "MIT"
1212
keywords = []
1313
authors = [
@@ -16,8 +16,6 @@ authors = [
1616
classifiers = [
1717
"Development Status :: 4 - Beta",
1818
"Programming Language :: Python",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
2119
"Programming Language :: Python :: 3.10",
2220
"Programming Language :: Python :: 3.11",
2321
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)