Skip to content

Commit

Permalink
Set CI to py39 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxillo committed Sep 22, 2023
1 parent 41a5f2e commit 52f65b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.9'
cache: 'pip'
- name: Install dependencies
run: |
Expand Down

0 comments on commit 52f65b8

Please sign in to comment.