Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
change 3.7.1 to 3.7 and change actions/setup-python@v2 to v4
  • Loading branch information
karimabdelhakim authored Jan 22, 2025
1 parent 298abfc commit 75f2133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
max-parallel: 5
matrix:
python-version:
- '3.7.1'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 75f2133

Please sign in to comment.