Skip to content

Commit db05ea4

Browse files
authored
Merge pull request #819 from chfl4gs/dev
Upgrade python version to 3.9.5
2 parents 4d10056 + c7293ca commit db05ea4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-2019, ubuntu-18.04, ubuntu-20.04]
14-
python-version: [3.7.6, 3.8.5]
14+
python-version: [3.7.6, 3.9.5]
1515
exclude:
1616
- os: ubuntu-20.04
1717
python-version: 3.7.6
1818
- os: ubuntu-20.04
19-
python-version: 3.8.5
19+
python-version: 3.9.5
2020
- os: windows-2019
2121
python-version: 3.7.6
2222
# - os: macos-10.15
2323
# python-version: 3.7.6
2424
include:
2525
- os: ubuntu-20.04
26-
python-version: 3.8.5
26+
python-version: 3.9.5
2727
container: Docker
2828

2929
steps:

tests/test_pe.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ REM
33
REM Cross Platform and Multi Architecture Advanced Binary Emulation Framework
44
REM Built on top of Unicorn emulator (www.unicorn-engine.org)
55

6-
python test_pe.py && python test_windows_stdio.py && python test_peshellcode.py && python test_windows_debugger.py && python test_dos.py
6+
python test_pe.py && python test_windows_stdio.py && python test_peshellcode.py && python test_windows_debugger.py && python test_dos.py && python test_pe_sys.py

0 commit comments

Comments
 (0)