Skip to content

Commit 3c3dbac

Browse files
authored
Merge pull request #761 from mbektas/upgrade-to-python-3.12
bump Python version to 3.12
2 parents 2fb7cd2 + 738ec63 commit 3c3dbac

7 files changed

+232
-240
lines changed

env_installer/conda-linux-64.lock

+48-50
Large diffs are not rendered by default.

env_installer/conda-linux-aarch64.lock

+48-50
Large diffs are not rendered by default.

env_installer/conda-osx-64.lock

+45-47
Large diffs are not rendered by default.

env_installer/conda-osx-arm64.lock

+48-48
Large diffs are not rendered by default.

env_installer/conda-win-64.lock

+41-43
Large diffs are not rendered by default.

env_installer/jlab_server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- numpy
1111
- pandas
1212
- pip
13-
- python 3.8*
13+
- python 3.12*
1414
- scipy
1515
platforms:
1616
- linux-64

scripts/buildutil.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if (cli.flags.copyExtrasToBundledEnv) {
191191
fs.copySync(envExtrasDir, envInstallerDir, { recursive: true });
192192

193193
console.log(
194-
`Finished copying from \n\t"${envExtrasDir}" to \n\t"${envInstallerDir}"`
194+
`Finished copying env extras from \n\t"${envExtrasDir}" to \n\t"${envInstallerDir}"`
195195
);
196196

197197
process.exit(0);

0 commit comments

Comments
 (0)