Skip to content

Commit a703630

Browse files
committed
Bump to Python 3.12 for windows and macos
Closes #8
1 parent 829517f commit a703630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Python environment
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.12'
2323

2424
- name: Install Rust toolchain
2525
uses: dtolnay/rust-toolchain@stable
@@ -63,7 +63,7 @@ jobs:
6363
- name: Python environment
6464
uses: actions/setup-python@v5
6565
with:
66-
python-version: '3.10'
66+
python-version: '3.12'
6767

6868
- name: Install Rust toolchain
6969
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)