Skip to content

Commit

Permalink
Update python 3.8 to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
meprem committed Feb 17, 2025
1 parent ae57755 commit dbe16df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/assets/callables/environment.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge

dependencies:
- python=3.8
- python=3.9
- pip

- pip:
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/my_project/environment.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- conda-forge

dependencies:
- python=3.8
- python=3.9
- pip
2 changes: 1 addition & 1 deletion tests/assets/my_project/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- conda-forge

dependencies:
- python=3.8
- python=3.9
- pip
2 changes: 1 addition & 1 deletion tests/assets/sample_project/environment.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sample-project-env

dependencies:
# change the version here if you need to
- python=3.8
- python=3.9
# add dependencies here
- numpy
- pandas
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/sample_project/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sample-project-env

dependencies:
# change the version here if you need to
- python=3.8
- python=3.9
# add dependencies here
- numpy
- pandas
Expand Down

0 comments on commit dbe16df

Please sign in to comment.