Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima
Commits
e9569ee3
Commit
e9569ee3
authored
Jan 14, 2021
by
Laurent Claustre
Browse files
update conda build recipe to stop support for python 2.7 and 3.6
parent
7ae24c5a
Pipeline
#40201
passed with stages
in 20 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/debug/conda_build_config.yaml
View file @
e9569ee3
...
...
@@ -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.
...
...
conda/release/conda_build_config.yaml
View file @
e9569ee3
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment