File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
PYTHON_VERSION=$1
7
7
BITNESS=$2
8
8
9
- if [[ " $PYTHON_VERSION " == " 36 " || " $ BITNESS" == " 32" ]]; then
10
- # Python 3.6 and 32-bit architectures are not supported
9
+ if [[ " $BITNESS " == " 32" ]]; then
10
+ # 32-bit architectures are not supported
11
11
# by the official Docker images: Tests will just be run
12
12
# on the host (instead of the minimal Docker container).
13
13
exit 0
Original file line number Diff line number Diff line change 6
6
PYTHON_VERSION=$1
7
7
BITNESS=$2
8
8
9
- if [[ " $PYTHON_VERSION " == " 36 " || " $ BITNESS" == " 32" ]]; then
10
- # For Python 3.6 and 32-bit architecture use the regular
9
+ if [[ " $BITNESS " == " 32" ]]; then
10
+ # 32-bit architectures use the regular
11
11
# test command (outside of the minimal Docker container)
12
12
cp $CONFTEST_PATH $CONFTEST_NAME
13
13
pytest --pyargs sklearn
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ command:
247
247
248
248
.. prompt :: bash $
249
249
250
- sudo port install py36 -scikit-learn
250
+ sudo port install py39 -scikit-learn
251
251
252
252
253
253
Anaconda and Enthought Deployment Manager for all supported platforms
You can’t perform that action at this time.
0 commit comments