Skip to content

Commit d48db12

Browse files
authored
Update libyara. Add Python 3.8 to the Appveyor's build matrix, remove Python 3.3 and 3.4. (VirusTotal#127)
1 parent cdb078d commit d48db12

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

appveyor.yml

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,6 @@ environment:
2424
OPENSSL_LIB: "openssl-1.1.0e-vs2008"
2525
VS: "Visual Studio 9 2008 Win64"
2626

27-
- PYTHON: "C:\\Python33"
28-
PYTHON_VERSION: "3.3.x" # currently 3.3.5
29-
PYTHON_ARCH: "32"
30-
OPENSSL_LIB: "openssl-1.1.0e-vs2010"
31-
VS: "Visual Studio 10 2010"
32-
33-
- PYTHON: "C:\\Python33-x64"
34-
PYTHON_VERSION: "3.3.x" # currently 3.3.5
35-
PYTHON_ARCH: "64"
36-
OPENSSL_LIB: "openssl-1.1.0e-vs2010"
37-
VS: "Visual Studio 10 2010 Win64"
38-
39-
- PYTHON: "C:\\Python34"
40-
PYTHON_VERSION: "3.4.x" # currently 3.4.4
41-
PYTHON_ARCH: "32"
42-
OPENSSL_LIB: "openssl-1.1.0e-vs2010"
43-
VS: "Visual Studio 10 2010"
44-
45-
- PYTHON: "C:\\Python34-x64"
46-
PYTHON_VERSION: "3.4.x" # currently 3.4.4
47-
PYTHON_ARCH: "64"
48-
OPENSSL_LIB: "openssl-1.1.0e-vs2010"
49-
VS: "Visual Studio 10 2010 Win64"
50-
5127
- PYTHON: "C:\\Python35"
5228
PYTHON_VERSION: "3.5.x" # currently 3.5.4
5329
PYTHON_ARCH: "32"
@@ -84,6 +60,18 @@ environment:
8460
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
8561
VS: "Visual Studio 14 2015 Win64"
8662

63+
- PYTHON: "C:\\Python38"
64+
PYTHON_VERSION: "3.8.x" # currently 3.8.0
65+
PYTHON_ARCH: "32"
66+
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
67+
VS: "Visual Studio 14 2015"
68+
69+
- PYTHON: "C:\\Python38-x64"
70+
PYTHON_VERSION: "3.8.x" # currently 3.8.0
71+
PYTHON_ARCH: "64"
72+
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
73+
VS: "Visual Studio 14 2015 Win64"
74+
8775
install:
8876
# If there is a newer build queued for the same PR, cancel this one.
8977
# The AppVeyor 'rollout builds' option is supposed to serve the same

0 commit comments

Comments
 (0)