Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit daa273f

Browse files
committed
chore: need at least py312
1 parent a2e4cdf commit daa273f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
channel-priority: strict
2929
show-channel-urls: true
3030
miniforge-version: latest
31-
python-version: 3.11
31+
python-version: 3.12
3232

3333
- name: configure conda and install code
3434
shell: bash -el {0}

.github/workflows/tests_mamba.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
channel-priority: strict
2929
show-channel-urls: true
3030
miniforge-version: latest
31-
python-version: 3.11
31+
python-version: 3.12
3232

3333
- name: configure conda and install code
3434
shell: bash -el {0}

0 commit comments

Comments
 (0)