Skip to content

Commit f67ded7

Browse files
committed
drop Python2.7 from github workflow
1 parent 8959478 commit f67ded7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-status.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
# <=2.6 and 2.8 isn't available: https://github.com/actions/python-versions/blob/main/versions-manifest.json
19-
python-version: ['2.7', '3.x']
18+
python-version: ['3.x']
2019

2120
steps:
2221
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)