Skip to content

Commit b6bb85a

Browse files
committed
Revert github action workflow to python 3.7, 3.8 and 3.9
1 parent fa5f28a commit b6bb85a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
if: "!contains(github.event.head_commit.message, 'ci skip') || !contains(github.event.head_commit.message, 'skip ci')"
2626
strategy:
2727
matrix:
28-
python-version: ['3.8', '3.9', '3.10']
28+
python-version: ['3.7', '3.8', '3.9']
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v2
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v2
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

0 commit comments

Comments
 (0)