Skip to content

Commit

Permalink
Bump to Python 3.12 for windows and macos
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
mrexodia committed Dec 24, 2024
1 parent 829517f commit a703630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Python environment
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Python environment
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit a703630

Please sign in to comment.