Skip to content

Commit

Permalink
Allow using the latest version of "wheel" instead of enforcing versio…
Browse files Browse the repository at this point in the history
…n 0.29.0.
  • Loading branch information
plusvic committed Jan 27, 2021
1 parent 9bd3493 commit 4ab6058
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,8 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture.

# wheel version 0.29.0 is enforced because version 0.30.0 doesn't support
# Python 2.6 anymore. Once we drop support for Python 2.6 we can use the
# latest version of wheel.
- "%CMD_IN_ENV% pip install wheel==0.29.0"
# Install wheel.
- "%CMD_IN_ENV% pip install wheel"

# We are in projects/yara-python, lets go out to projects.
- cd ..
Expand Down

0 comments on commit 4ab6058

Please sign in to comment.