Skip to content

Commit 52f65b8

Browse files
committed
Set CI to py39 for now
1 parent 41a5f2e commit 52f65b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python ${{ matrix.python-version }}
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.x'
15+
python-version: '3.9'
1616
cache: 'pip'
1717
- name: Install dependencies
1818
run: |

0 commit comments

Comments
 (0)