Skip to content

Commit 98eef13

Browse files
committed
2 parents abd55fc + b97e256 commit 98eef13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [3.7, 3.8, 3.9]
20+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

0 commit comments

Comments
 (0)