Skip to content

Commit ad5ecaa

Browse files
committed
Switch default python to 3.10
3.7 is *quite* old, and folks get caught up in it because it also sometimes forces much older versions of packages - and it can be quite confusing to debug (see 2i2c-org/infrastructure#1934) for example.
1 parent ab4c4f2 commit ad5ecaa

10 files changed

+333
-323
lines changed

repo2docker/buildpacks/conda/environment.lock

Lines changed: 76 additions & 69 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.10.lock

Lines changed: 67 additions & 66 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-10-13 14:39:39 UTC
2+
# Generated on 2022-11-18 22:33:38 UTC
33
channels:
44
- conda-forge
55
dependencies:

repo2docker/buildpacks/conda/environment.py-3.7.lock

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-10-13 14:38:39 UTC
2+
# Generated on 2022-11-18 22:32:43 UTC
33
channels:
44
- conda-forge
55
dependencies:

repo2docker/buildpacks/conda/environment.py-3.8.lock

Lines changed: 67 additions & 66 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-10-13 14:39:03 UTC
2+
# Generated on 2022-11-18 22:33:01 UTC
33
channels:
44
- conda-forge
55
dependencies:

repo2docker/buildpacks/conda/environment.py-3.9.lock

Lines changed: 68 additions & 67 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-10-13 14:39:21 UTC
2+
# Generated on 2022-11-18 22:33:18 UTC
33
channels:
44
- conda-forge
55
dependencies:

repo2docker/buildpacks/conda/freeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def set_python(py_env_file, py):
120120
default=("3.7", "3.8", "3.9", "3.10"),
121121
)
122122
args = parser.parse_args()
123-
default_py = "3.7"
123+
default_py = "3.10"
124124
for py in args.py:
125125
env_file = pathlib.Path(str(ENV_FILE_T).format(py=py))
126126
set_python(env_file, py)

0 commit comments

Comments
 (0)