Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
d48db12d
Unverified
Commit
d48db12d
authored
5 years ago
by
Victor M. Alvarez
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libyara. Add Python 3.8 to the Appveyor's build matrix, remove Python 3.3 and 3.4. (#127)
parent
cdb078d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
25 deletions
+13
-25
appveyor.yml
appveyor.yml
+12
-24
yara
yara
+1
-1
No files found.
appveyor.yml
View file @
d48db12d
...
...
@@ -24,30 +24,6 @@ environment:
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2008"
VS
:
"
Visual
Studio
9
2008
Win64"
-
PYTHON
:
"
C:
\\
Python33"
PYTHON_VERSION
:
"
3.3.x"
# currently 3.3.5
PYTHON_ARCH
:
"
32"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2010"
VS
:
"
Visual
Studio
10
2010"
-
PYTHON
:
"
C:
\\
Python33-x64"
PYTHON_VERSION
:
"
3.3.x"
# currently 3.3.5
PYTHON_ARCH
:
"
64"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2010"
VS
:
"
Visual
Studio
10
2010
Win64"
-
PYTHON
:
"
C:
\\
Python34"
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.4
PYTHON_ARCH
:
"
32"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2010"
VS
:
"
Visual
Studio
10
2010"
-
PYTHON
:
"
C:
\\
Python34-x64"
PYTHON_VERSION
:
"
3.4.x"
# currently 3.4.4
PYTHON_ARCH
:
"
64"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2010"
VS
:
"
Visual
Studio
10
2010
Win64"
-
PYTHON
:
"
C:
\\
Python35"
PYTHON_VERSION
:
"
3.5.x"
# currently 3.5.4
PYTHON_ARCH
:
"
32"
...
...
@@ -84,6 +60,18 @@ environment:
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2015"
VS
:
"
Visual
Studio
14
2015
Win64"
-
PYTHON
:
"
C:
\\
Python38"
PYTHON_VERSION
:
"
3.8.x"
# currently 3.8.0
PYTHON_ARCH
:
"
32"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2015"
VS
:
"
Visual
Studio
14
2015"
-
PYTHON
:
"
C:
\\
Python38-x64"
PYTHON_VERSION
:
"
3.8.x"
# currently 3.8.0
PYTHON_ARCH
:
"
64"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2015"
VS
:
"
Visual
Studio
14
2015
Win64"
install
:
# If there is a newer build queued for the same PR, cancel this one.
# The AppVeyor 'rollout builds' option is supposed to serve the same
...
...
This diff is collapsed.
Click to expand it.
yara
@
96d35e49
Subproject commit
5ebc46a0a15907758846497bee8af7085c036c30
Subproject commit
96d35e49640fede067b944d4e45a440bc0e46ad4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment