Skip to content

Commit 8839cff

Browse files
committed
Remove support for Python 3.6
1 parent 18ffa39 commit 8839cff

File tree

4 files changed

+184
-218
lines changed

4 files changed

+184
-218
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [Ubuntu, MacOS, Windows]
37-
python-version: [3.6, 3.7, 3.8, 3.9]
37+
python-version: [3.7, 3.8, 3.9]
3838
steps:
3939
- uses: actions/checkout@v2
4040

0 commit comments

Comments
 (0)