Skip to content

Commit 1bf660f

Browse files
committed
support only python>=3.10
1 parent 84716a7 commit 1bf660f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "padding_oracle"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
authors = [
99
{ name="Yuankui Li", email="[email protected]" },
1010
]
1111
description = "Threaded padding oracle automation."
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
'Programming Language :: Python :: 3',
1616
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)