Skip to content

Commit 3577017

Browse files
committed
👷 Run pre-commit under Python 3.10
1 parent 1955dd3 commit 3577017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3
37-
- name: 🏗 Set up Python 3.7
37+
- name: 🏗 Set up Python 3.10
3838
uses: actions/setup-python@v1
3939
with:
40-
python-version: 3.7
40+
python-version: "3.10"
4141
- name: 🏗 Set up dev dependencies
4242
run: |
4343
pip install -e .[develop]

0 commit comments

Comments
 (0)