Skip to content

Commit 59c9081

Browse files
committed
Upgrade to Python 3.10
1 parent 54f765b commit 59c9081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: "3.9"
15+
python-version: "3.10"
1616
- uses: actions/cache@v2
1717
with:
1818
path: ~/.cache/pip

Diff for: .github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.9
18+
python-version: "3.10"
1919
- uses: psf/[email protected]
2020
- name: Install pre-commit
2121
run: |

0 commit comments

Comments
 (0)