Skip to content

Commit a87e32c

Browse files
committed
Remove python 3.6.* as a dependency
1 parent 732427c commit a87e32c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python: [3.6, 3.7, 3.8, 3.9, '3.10']
12+
python: [3.7, 3.8, 3.9, '3.10']
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python

.github/workflows/test.yml

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: [3.6, 3.7, 3.8, 3.9, '3.10']
10+
python: [3.7, 3.8, 3.9, '3.10']
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Setup Python

0 commit comments

Comments
 (0)