Skip to content

Commit

Permalink
Bumped oldest python version from 3.6 to 3.7 (#419)
Browse files Browse the repository at this point in the history
* Bumped oldest python version from 3.6 to 3.7

* Adjusted python version requirement
  • Loading branch information
hCraker committed Jan 4, 2022
1 parent fba1b04 commit d33c5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "macos-latest"]
python-version: [ "3.6", "3.9" ]
python-version: [ "3.7", "3.9" ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- ncar
dependencies:
- python=3
- python>=3.7
- geocat-comp
- cf_xarray>=0.3.1
- geocat-datafiles
Expand Down

0 comments on commit d33c5f1

Please sign in to comment.