Skip to content

Commit

Permalink
Install setuptools because it doesn't come pre-installed in Python …
Browse files Browse the repository at this point in the history
…3.12
  • Loading branch information
plusvic committed Dec 1, 2023
1 parent df9c940 commit d0921c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ install:
# Install wheel.
- "%CMD_IN_ENV% pip install wheel"

# Install setuptools. Setup tools doesn't comes by default in Python 3.12.
- "%CMD_IN_ENV% pip install setuptools"

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

Expand Down

0 comments on commit d0921c0

Please sign in to comment.