Skip to content

Commit

Permalink
Prefer 3.x for Python version (latest stable).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 3, 2023
1 parent 74ba8ac commit cca49a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11-dev
python-version: 3.x
- name: Install tox
run: |
python -m pip install tox
Expand Down

0 comments on commit cca49a4

Please sign in to comment.