Skip to content

Commit d7b08e6

Browse files
committed
Drop python 2.7 from CI
The setup-python action no longer supports 2.7 and dropped its support Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 19595dc commit d7b08e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-20.04
2525
strategy:
2626
matrix:
27-
python: [ '2.7', '3.6', '3.8', '3.12' ]
27+
python: [ '3.6', '3.8', '3.12' ]
2828
steps:
2929
- uses: actions/checkout@v4
3030

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: windows-latest
4343
strategy:
4444
matrix:
45-
python: [ '2.7', '3.6', '3.8', '3.12' ]
45+
python: [ '3.6', '3.8', '3.12' ]
4646
steps:
4747
- uses: actions/checkout@v4
4848

0 commit comments

Comments
 (0)