aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-24 23:55:40 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-24 23:55:40 -0600
commitbdbe0c7ea5181c95fd39f74b2314e70e1c1d853b (patch)
treea99ed147b9a06763b9c17f7e2e51ed40fbe5c51f
parentda3797c1f93a85501fce7d836d507b1f9b7e0b7e (diff)
downloadreference-compiler-bdbe0c7ea5181c95fd39f74b2314e70e1c1d853b.tar.gz
reference-compiler-bdbe0c7ea5181c95fd39f74b2314e70e1c1d853b.zip
build on python 3.7
-rw-r--r--.build.yml17
1 files changed, 2 insertions, 15 deletions
diff --git a/.build.yml b/.build.yml
index b5a987c..a375bb4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,20 +1,7 @@
-image: alpine/edge
+image: alpine/3.10
packages:
- - python3
+ - python3=~3.7
- py3-pip
- - py3-cryptography
- - py3-cleo
- - py3-clikit
- - py3-requests
- - py3-cachy
- - py3-requests-toolbelt
- - py3-pkginfo
- - py3-html5lib
- - py3-shellingham
- - py3-tomlkit
- - py3-pexpect
- - py3-packaging
- - py3-virtualenv
- gcc
- python3-dev
- musl-dev