Skip to content

Commit 1b84d5a

Browse files
baorepoPillar1989
andauthored
fix: bump min Python to 3.11 in smoke-test and conda env (#313)
scikit-image>=0.26, scikit-learn>=1.8, tensorboard>=2.20 all require Python>=3.11. smoke-test Python 3.10 and conda env python<=3.10 were incompatible. Co-authored-by: pillar1989 <zuobaozhu@gmail.com>
1 parent 890421d commit 1b84d5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- ubuntu-latest
3535
- windows-latest
3636
python-version:
37-
- '3.10'
3837
- '3.11'
3938
- '3.12'
39+
- '3.13'
4040
defaults:
4141
run:
4242
shell: bash -l {0}

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
- defaults
55

66
dependencies:
7-
- python>=3.8, <= 3.10
7+
- python>=3.11
88
- pip>=23.0.1

0 commit comments

Comments
 (0)