Skip to content

Commit

Permalink
Make sure to setup-python with 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes committed Oct 18, 2023
1 parent d5ae01e commit cf6eb2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Update host Python packaging
run: |
Expand Down Expand Up @@ -136,9 +136,7 @@ jobs:
# NOTE: The last specified version will be used as a default one.
- uses: actions/setup-python@v4
with:
python-version: |
3.10
3.12
python-version: "3.12"

- name: Update host Python packaging
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:

- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.12"

- name: Update host Python packaging
shell: cmd
run: |
Expand Down

0 comments on commit cf6eb2b

Please sign in to comment.