Skip to content

Commit

Permalink
update conda build recipe to stop support for python 2.7 and 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
claustre committed Jan 14, 2021
1 parent 7ae24c5 commit e9569ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions conda/debug/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ c_compiler:
cxx_compiler:
- vs2017 # [win]
python:
- 2.7 # [linux]
- 3.6
- 3.7
# This differs from target_platform in that it determines what subdir the compiler
# will target, not what subdir the compiler package will be itself.
Expand Down
2 changes: 0 additions & 2 deletions conda/release/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ c_compiler:
cxx_compiler:
- vs2017 # [win]
python:
- 2.7 # [linux]
- 3.6
- 3.7
# This differs from target_platform in that it determines what subdir the compiler
# will target, not what subdir the compiler package will be itself.
Expand Down

0 comments on commit e9569ee

Please sign in to comment.