Skip to content

Commit edae672

Browse files
committed
update Python version matrix and requirements to 3.9+
1 parent dd19eeb commit edae672

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: [ "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name = "bladerecon"
77
version = "0.2.1"
88
description = "BladeRecon - Fast, lightweight reconnaissance framework for attack surface discovery, bug bounty hunting, and web security assessments."
99
readme = "README.md"
10-
requires-python = ">=3.8"
11-
license = { text = "MIT" }
10+
requires-python = ">=3.9"
11+
license = "MIT"
1212

1313
authors = [
1414
{ name = "Mohamed Kotb", email = "ma7660@fayoum.edu.eg" }
@@ -30,7 +30,6 @@ classifiers = [
3030
"Operating System :: OS Independent",
3131
"Programming Language :: Python :: 3",
3232
"Programming Language :: Python :: 3 :: Only",
33-
"Programming Language :: Python :: 3.8",
3433
"Programming Language :: Python :: 3.9",
3534
"Programming Language :: Python :: 3.10",
3635
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)