Skip to content

Commit 6e7b642

Browse files
committed
updated python-test GitHub action; actions moved to v3
1 parent d338333 commit 6e7b642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
os: [ubuntu-latest]
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- name: Set up Python
31-
uses: actions/setup-python@v2
31+
uses: actions/setup-python@v3
3232
with:
33-
python-version: '3.10'
33+
python-version: ['3.7', '3.8', '3.9', '3.10']
3434

3535
- name: Install dependencies
3636
run: |

0 commit comments

Comments
 (0)