Skip to content

Commit

Permalink
python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Dec 15, 2024
1 parent e8da2ae commit 7ebcbfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down

0 comments on commit 7ebcbfe

Please sign in to comment.