Skip to content

Commit d0921c0

Browse files
committed
Install setuptools because it doesn't come pre-installed in Python 3.12
1 parent df9c940 commit d0921c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ install:
108108
# Install wheel.
109109
- "%CMD_IN_ENV% pip install wheel"
110110

111+
# Install setuptools. Setup tools doesn't comes by default in Python 3.12.
112+
- "%CMD_IN_ENV% pip install setuptools"
113+
111114
# We are in projects/yara-python, lets go out to projects.
112115
- cd ..
113116

0 commit comments

Comments
 (0)