Skip to content

Commit d0ac344

Browse files
committed
removed python 2 workflow
1 parent 45fb76c commit d0ac344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
needs: build
4444
strategy:
4545
matrix:
46-
python: ["2.7", "3.9"]
46+
python: ["3.9"]
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)