Skip to content

Commit f597ef2

Browse files
committed
Python 3.4 is not anymore in the last conda releases
1 parent b51291d commit f597ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ call python purelib.py pkg\Lib\site-packages || goto :error
3232
call move purelib.zip pkg
3333

3434
:: Install py34 for mingwpy:
35-
call conda create -p py34 -qy python=3.4 || goto :error
35+
call conda create -p py34 -qy python=3.4 -c conda-forge || goto :error
3636
call conda install -p py34 -qy mingwpy -c conda-forge || goto :error
3737

3838
set "gcc=py34\Scripts\gcc.exe"

make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ call python purelib.py pkg\Lib\site-packages
4343
mv purelib.zip pkg
4444

4545
# Install py34 for mingwpy:
46-
conda create -p py34 -qy python=3.4
46+
conda create -p py34 -qy python=3.4 -c conda-forge
4747
conda install -p py34 -qy mingwpy -c conda-forge
4848

4949
$gcc = "py34\Scripts\gcc.exe"

0 commit comments

Comments
 (0)