Skip to content

Commit 760fb0c

Browse files
committed
Upgrade python version for workflows
1 parent 283d1d8 commit 760fb0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Setup Python 3.8.10
10+
- name: Setup Python 3.10
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.8.10
13+
python-version: 3.10
1414
- name: Install pre-commit
1515
run: |
1616
pip install pre-commit

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
python-version: [3.8, 3.9]
19+
python-version: [3.9, 3.10]
2020
os: [ubuntu-latest, windows-latest]
2121
fail-fast: False
2222
steps:

0 commit comments

Comments
 (0)