From 9836e93a278f53c8e55dc6ecf401b1c3de569ace Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 8 Nov 2020 16:26:48 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3fbcf8..d2afa0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ env: - BUILD_OUTPUT_PATH="$(uname | perl -ne 'print lc')-tgcrypto-wheels" install: - - python3 -m pip install cibuildwheel==1.6.3 + - python3 -m pip install cibuildwheel==1.6.4 script: - cibuildwheel --output-dir $BUILD_OUTPUT_PATH