From a703630151ffae96288cb248aabf8ffea22a36e4 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Wed, 25 Dec 2024 00:57:07 +0100 Subject: [PATCH] Bump to Python 3.12 for windows and macos Closes #8 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 700eb71..c1be80d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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