Skip to content

Commit f661203

Browse files
committed
drop python 3.6
1 parent a2385f7 commit f661203

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
10+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1111
fail-fast: false
1212
steps:
1313
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ classifiers = [
1919
"Topic :: Security",
2020
"Topic :: Software Development :: Libraries",
2121
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
22-
"Programming Language :: Python :: 3.6",
2322
"Programming Language :: Python :: 3.7",
2423
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)