Skip to content

Commit 61373ae

Browse files
authored
Try updating to Python 3.12
1 parent 041e5bd commit 61373ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environments/environment-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python = 3.9.18
6+
- python = 3.12.9
77
- nodejs = 18.16.1
88
- numcodecs = 0.11.0
99
# install these from conda-forge so that dependent packages get included in the distributable

environments/environment-MAC-apple-silicon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python = 3.9.18
6+
- python = 3.12.9
77
- nodejs = 18.16.1
88
# Install these from conda-forge so that dependent packages get included in the distributable
99
- numcodecs = 0.11.0

environments/environment-MAC-intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python = 3.9.18
6+
- python = 3.12.9
77
- nodejs = 18.16.1
88
- numcodecs = 0.11.0
99
# install these from conda-forge so that dependent packages get included in the distributable

environments/environment-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- python = 3.9.17
6+
- python = 3.12.9
77
- nodejs = 18.16.1
88
- pywin32 = 303
99
- git = 2.20.1

0 commit comments

Comments
 (0)