Skip to content

Commit 966c779

Browse files
committed
chore: drop python3.6
EOL was 2021-12-23
1 parent 58829b0 commit 966c779

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
toxenv:
2424
- "pep8"
2525
include:
26-
- python-version: "3.6"
27-
os: ubuntu-20.04
28-
toxenv: py36
2926
- python-version: "3.7"
3027
os: ubuntu-20.04
3128
toxenv: py37

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ classifiers = [
3636
"Programming Language :: Python",
3737
"Programming Language :: Python :: Implementation :: CPython",
3838
"Programming Language :: Python :: Implementation :: PyPy",
39-
"Programming Language :: Python :: 3.6",
4039
"Programming Language :: Python :: 3.7",
4140
"Programming Language :: Python :: 3.8",
4241
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)