Skip to content

Commit b2773fe

Browse files
committed
SP-1085 Run format check on the earliest supported Python version
1 parent 29977b8 commit b2773fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: 3.13
12+
python-version: 3.9
1313
- name: Install pipenv
1414
run: |
1515
pip3 install pipenv

0 commit comments

Comments
 (0)