Skip to content

Commit 6629cd8

Browse files
fix: No more python2 in CI
1 parent 2e99d4b commit 6629cd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/basic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
python:
26-
- 2.7.18
26+
# - 2.7.18
2727
- 3.6.15
2828
- 3.9.17
2929

@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
python:
56-
- 2.7.18
56+
# - 2.7.18
5757
- 3.6.15
5858
- 3.9.17
5959

@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
python:
80-
- 2.7.18
80+
# - 2.7.18
8181
- 3.6.15
8282
- 3.9.17
8383

0 commit comments

Comments
 (0)