Skip to content

Commit

Permalink
Merge pull request #636 from PCMDI/drop_python_3.6
Browse files Browse the repository at this point in the history
Remove Python 3.6 build
  • Loading branch information
mauzey1 committed Oct 13, 2021
2 parents b286e28 + ace4486 commit e38ba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ workflows:
matrix:
parameters:
os: [ linux, macos ]
python_version: [ "3.6", "3.7", "3.8", "3.9" ]
python_version: [ "3.7", "3.8", "3.9" ]
name: build-<< matrix.os >>-<< matrix.python_version >>
requires:
- setup-<< matrix.os >>
Expand Down

0 comments on commit e38ba87

Please sign in to comment.