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.5k stars 533 forks source link

more appveyor python versions? #1137

Closed brandonros closed 2 years ago

brandonros commented 2 years ago

not sure if we need to go excessive and add 3.8 + 3.9 + 3.10 for win32 too instead of just x64?

brandonros commented 2 years ago

I'll just use Docker I guess, unless you think this would help other. Python3.6 + Python3.7 are pretty old from what I can tell?

JonathanSalwan commented 2 years ago

not sure if we need to go excessive and add 3.8 + 3.9 + 3.10 for win32 too instead of just x64?

yes it's a good idea. Can you reopen the MR so that we can run Appveyor tests?