Skip to content

Commit

Permalink
Use 3.10 for misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 30, 2024
1 parent 6bde776 commit b14b5be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@v4
{%- if job_data.os != "shellcheck" %}

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"
{%- endif %}

- name: Install tox
Expand Down

0 comments on commit b14b5be

Please sign in to comment.