Skip to content

Commit a6631f4

Browse files
authored
Merge pull request #1617 from xwings/python-3.13
Bump test to 3.11 and 3.13
2 parents 7b73f59 + 22d109d commit a6631f4

6 files changed

Lines changed: 121 additions & 536 deletions

File tree

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-latest, ubuntu-latest]
14-
python-version: ["3.9", "3.11"]
14+
python-version: ["3.11", "3.13"]
1515
include:
1616
- os: ubuntu-latest
17-
python-version: 3.9
17+
python-version: "3.13"
1818
container: Docker
1919

2020
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm AS base
1+
FROM python:3.13-slim-trixie AS base
22

33
WORKDIR /qiling
44

examples/scripts/dllscollector.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ CALL :collect_dll32 setupapi.dll
8080
CALL :collect_dll32 shell32.dll
8181
CALL :collect_dll32 shlwapi.dll
8282
CALL :collect_dll32 sspicli.dll
83+
CALL :collect_dll32 symcryptk.dll
8384
CALL :collect_dll32 ucrtbase.dll
8485
CALL :collect_dll32 ucrtbased.dll
8586
CALL :collect_dll32 urlmon.dll
@@ -125,6 +126,7 @@ CALL :collect_dll64 rpcrt4.dll
125126
CALL :collect_dll64 sechost.dll
126127
CALL :collect_dll64 shell32.dll
127128
CALL :collect_dll64 shlwapi.dll
129+
CALL :collect_dll64 symcryptk.dll
128130
CALL :collect_dll64 user32.dll
129131
CALL :collect_dll64 vcruntime140.dll
130132
CALL :collect_dll64 vcruntime140d.dll

0 commit comments

Comments
 (0)