Skip to content

Commit 4cb7d20

Browse files
committed
remove support for 3.6
1 parent d3c6b0c commit 4cb7d20

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
26+
python-version: ["3.7", "3.8", "3.9", "3.10-dev"]
2727
steps:
2828
- uses: actions/setup-python@v2
2929
with:

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers =
2020
Operating System :: OS Independent
2121
Programming Language :: Python
2222
Programming Language :: Python :: 3
23-
Programming Language :: Python :: 3.6
2423
Programming Language :: Python :: 3.7
2524
Programming Language :: Python :: 3.8
2625
Programming Language :: Python :: 3.9

0 commit comments

Comments
 (0)