-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ env: | |
# Note: TWINE_PASSWORD is set in Travis settings. | ||
|
||
script: | ||
- "pip install cibuildwheel==0.10.2 setuptools-rust==0.10.3" | ||
- "pip install cibuildwheel==1.0.0 setuptools-rust==0.10.3" | ||
- export RUST_BACKTRACE=1 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pevogam
|
||
- export CIBW_BEFORE_BUILD="pip install setuptools-rust==0.10.3 && source ./scripts/travis" | ||
- export CIBW_SKIP=cp34-*\ $CIBW_SKIP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @msanders, I wonder did you encounter any troubles updating to Python 3.8? I am currently hitting an error in Travis CI and python 3.8 resulting in:
Have you seen anything like this before while testing this commit?