Skip to content

Commit 05ebb1c

Browse files
committed
drop 3.6 req, EOL
1 parent 13a8758 commit 05ebb1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222

23-
- name: Set up Python 3.6
23+
- name: Set up Python
2424
uses: actions/setup-python@v4
25-
with:
26-
python-version: 3.6
2725

2826
- name: Install dependencies
2927
run: |

0 commit comments

Comments
 (0)