Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit dbe16df

Browse files
committed
Update python 3.8 to 3.9
1 parent ae57755 commit dbe16df

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/assets/callables/environment.lock.yml

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

66
dependencies:
7-
- python=3.8
7+
- python=3.9
88
- pip
99

1010
- pip:

tests/assets/my_project/environment.lock.yml

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

66
dependencies:
7-
- python=3.8
7+
- python=3.9
88
- pip

tests/assets/my_project/environment.yml

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

66
dependencies:
7-
- python=3.8
7+
- python=3.9
88
- pip

tests/assets/sample_project/environment.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sample-project-env
22

33
dependencies:
44
# change the version here if you need to
5-
- python=3.8
5+
- python=3.9
66
# add dependencies here
77
- numpy
88
- pandas

tests/assets/sample_project/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sample-project-env
22

33
dependencies:
44
# change the version here if you need to
5-
- python=3.8
5+
- python=3.9
66
# add dependencies here
77
- numpy
88
- pandas

0 commit comments

Comments
 (0)