Skip to content

Commit

Permalink
Merge pull request #257 from nir0s/fix-build
Browse files Browse the repository at this point in the history
Use Python 3.8 in the Windows build
  • Loading branch information
nir0s authored Mar 30, 2020
2 parents 4d76ae3 + e5da89f commit 9de1794
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
environment:
matrix:
- PYTHON: C:\Python27
PYTHON_VERSION: 2.7.8
PYTHON_ARCH: 32
- PYTHON: C:\Python38
PYTHON_VERSION: 3.8
PYTHON_ARCH: 64

install:

#################################
# Change Python Registry
#################################

- reg ADD HKCU\Software\Python\PythonCore\2.7\InstallPath /ve /d "C:\Python27" /t REG_SZ /f
- reg ADD HKLM\Software\Python\PythonCore\2.7\InstallPath /ve /d "C:\Python27" /t REG_SZ /f
- reg ADD HKCU\Software\Python\PythonCore\2.8\InstallPath /ve /d "C:\Python38" /t REG_SZ /f
- reg ADD HKLM\Software\Python\PythonCore\2.8\InstallPath /ve /d "C:\Python38" /t REG_SZ /f

#################################
# Installing Inno Setup
Expand Down

0 comments on commit 9de1794

Please # to comment.