Skip to content

Commit b592686

Browse files
authored
Merge pull request #35 from p1c2u/feature/drop-python-36-support
Drop python 3.6 support
2 parents 6ae997f + 28b1387 commit b592686

File tree

4 files changed

+69
-84
lines changed

4 files changed

+69
-84
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9]
17+
python-version: [3.7, 3.8, 3.9]
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
sudo: false
33
matrix:
44
include:
5-
- python: 3.6
65
- python: 3.7
76
- python: 3.8
87
- python: 3.9

0 commit comments

Comments
 (0)