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
6b2ae243
Commit
6b2ae243
authored
Jan 14, 2021
by
Laurent Claustre
Browse files
Merge branch '147-stop-support-for-python-2-7-and-3-6' into 'master'
Resolve "stop support for python 2.7 and 3.6" Closes
#147
See merge request
!187
parents
7ae24c5a
e9569ee3
Pipeline
#40206
passed with stages
in 25 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/debug/conda_build_config.yaml
View file @
6b2ae243
...
...
@@ -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 @
6b2ae243
...
...
@@ -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