Skip to content

Commit a823331

Browse files
committed
adjust pipeline for 3.13
1 parent 3e76d33 commit a823331

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- name: Set up Python 3.11
10+
- name: Set up Python 3.13
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: "3.11"
13+
python-version: "3.13"
1414
- uses: pre-commit/[email protected]
1515

1616
unit-tests:
1717
needs: pre-commit
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@master
21-
- name: Set up Python 3.11
21+
- name: Set up Python 3.13
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.11"
24+
python-version: "3.13"
2525
- name: Run Tests
2626
run: |
2727
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)