1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

AppVeyor fix #1: newer version of py3.

See:

* https://ci.appveyor.com/project/shlomif/pysolfc/builds/35127928

py2exe reports syntax error in attrs module on appveyor.
This commit is contained in:
Shlomi Fish 2020-09-12 11:54:36 +03:00
parent 3f84e44121
commit 135a1fed99

View file

@ -1,7 +1,7 @@
---
environment:
matrix:
- PYTHON: "C:\\PYTHON34"
- PYTHON: "C:\\Python38"
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
# Thanks!
install: