Skip to content

Commit

Permalink
python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Aug 28, 2024
1 parent 1245f4e commit 0488424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11.8
python-version: 3.12.5

- name: Install Python Dependencies
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11.8
python-version: 3.12.5

- name: Install Python Dependencies
run: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11.8
python-version: 3.12.5

- name: Install Python Dependencies
run: |
Expand Down

0 comments on commit 0488424

Please sign in to comment.