Skip to content

Commit 0a11c77

Browse files
authored
Remove unsupported Python 3.6 from action
1 parent 989594c commit 0a11c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
python-version: ['3.6.15', '3.7', '3.8']
19+
python-version: ['3.7', '3.8']
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)