Skip to content

Commit 27c43be

Browse files
committed
dropped python 3.6 for worflows
1 parent 227e3d2 commit 27c43be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.6, 3.7, 3.8]
12+
python-version: [3.7, 3.8]
1313

1414
steps:
1515
- uses: actions/checkout@v2

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.6]
13+
python-version: [3.8]
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)