JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.39k stars 524 forks source link

Update CI #1297

Closed cnheitman closed 6 months ago

cnheitman commented 6 months ago

This PR:

JonathanSalwan commented 6 months ago

Awesome, thx Chris! I'm merging this one. Regarding Appveyor, it looks like they changed something in their build system which makes the LIEF wheel invalid.

JonathanSalwan commented 6 months ago

Regarding CI on Appveyor, I've removed the matrix for Python3.6 and 3.7 as they are not maintained anymore (https://endoflife.date/python). However, we should now support 3.11 and 3.12 in our CI.