Skip to content

Commit

Permalink
ci: use second-latest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 3, 2023
1 parent 819b543 commit d4b276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ">3.9 <3.X" # second-latest minor Python release
python-version: "<3.x" # second-latest minor Python release
- name: Install Python dependencies
run: |
# prerequisites
Expand Down

0 comments on commit d4b276d

Please sign in to comment.