Bump to Python 3.12 for windows and macos

Closes #8
This commit is contained in:
Duncan Ogilvie
2024-12-25 00:57:07 +01:00
parent 829517fcba
commit a703630151
+2 -2
View File
@@ -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
@@ -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