Skip to content

Commit

Permalink
Bump python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
deiteris committed Dec 5, 2024
1 parent e1a0d4f commit bffd92f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ jobs:
os_suffix: windows-amd64
reqs: cuda
backend: cuda
python-version: '3.11'
python-version: '3.12'
- os: windows-latest
os_suffix: windows-amd64
reqs: dml
backend: dml
python-version: '3.11'
python-version: '3.12'
- os: macos-13
os_suffix: macos-amd64
reqs: cpu
backend: cpu
python-version: '3.11'
python-version: '3.12'
- os: macos-latest
os_suffix: macos-arm64
reqs: cpu
backend: cpu
python-version: '3.11'
python-version: '3.12'
- os: ubuntu-20.04
os_suffix: linux-amd64
reqs: cpu
backend: cpu
python-version: '3.11'
python-version: '3.12'
- os: ubuntu-20.04
os_suffix: linux-amd64
reqs: cuda
Expand Down

0 comments on commit bffd92f

Please sign in to comment.