srounet / Pymem

A python library for windows, providing the needed functions to start working on your own with memory editing.
MIT License
303 stars 45 forks source link

update pypi supported version and test versions #116

Closed StarrFox closed 7 months ago

StarrFox commented 7 months ago

updates the pypi supported versions to be 3.8+ and tests to be 3.8-3.11; 3.12 isnt in appveyor's supported versions yet https://www.appveyor.com/docs/windows-images-software/#python

StarrFox commented 7 months ago

for some reason it's using python 2.7 and I have no idea why

StarrFox commented 7 months ago

this same thing happened in https://github.com/srounet/Pymem/pull/92 do you have any idea why this happens? @srounet

StarrFox commented 7 months ago

would using the py command work? i.e. py -3.8

no idea how you'd do the 32 bit versions this way