diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
commit | 0b056a8fa854a8665d280013e0edc06c8dca77a9 (patch) | |
tree | 67c1c6006eb7fc046d428fae69140a0eb2a4b242 /appveyor.yml | |
parent | Tweaks for OSX binary (diff) | |
download | kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.gz kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.bz2 kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.zip |
Stabilise multiprocessing on OSX
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6985c32..b603c3c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - PYTHON: "C:\\Python36-x64" + PYTHON: "C:\\Python37-x64" install: - set PATH="%PYTHON%\\Scripts";"C:\\Program Files (x86)\\Inno Setup 5";%PATH% |