Skip to content

Commit 4bc0491

Browse files
committed
update pipeline
1 parent eddadac commit 4bc0491

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ["3.9", "3.10", "3.11", "3.12"]
8+
python-version: ["3.10", "3.11", "3.12"]
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: ${{ matrix.python-version }}
1515
- name: Display Python version

0 commit comments

Comments
 (0)