Skip to content

Commit 7e2235a

Browse files
committed
chore: remove support of Python 3.6
1 parent 4fc65c5 commit 7e2235a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6", "3.7", "3.8", "3.9", "3.10"]
19+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2020

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "Threaded padding oracle automation."
1212
readme = "README.md"
13-
requires-python = ">=3.6"
13+
requires-python = ">=3.7"
1414
classifiers = [
1515
'Programming Language :: Python :: 3',
1616
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)