Skip to content

Commit 6892300

Browse files
committed
Update python version.
1 parent 689eb83 commit 6892300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Set up Python 3.8
15+
- name: Set up Python 3.13
1616
uses: actions/setup-python@v3
1717
with:
18-
python-version: 3.8
18+
python-version: 3.13
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)