AlbianWarp / AlbianWarpClient

Albian Warp Client component!
http://blog.albianwarp.com
GNU General Public License v3.0
9 stars 2 forks source link

Testing and Building with python Version 3.9.12 #55

Closed KeyboardInterrupt closed 2 years ago

KeyboardInterrupt commented 2 years ago

This PR changes the Python Version used for building the Client to 3.9.12, as the later Versions are not supported by Windows 7. Which was requested by a Player on Discord, my reasoning for using 3.9.12 is as follows:

I guess, we will stick to 3.9 for now, if no one is objecting, I personally can absolutely NOT recommend running Windows 7, as it is out of Service for a While now, and does not receive any patches (unless you pay a shitload of money for it) BUT! you are not the first person that has this Problem, and, at this point, I would not be surprised to se someone coming around with an Windows XP Setup! I don't plan to support windows 7 indefinitely! But as switching to a "slightly" older, but still very much supported version of Python is not to much of an inconvenience to me, we can Build the Client with Version 3.9.10 for now I guess!

Additionally this PR enhanced the Github Action that did the the Build test, to actually upload the resulting built Clients (both 32 and 64 bit) to Github as an artifact. This takes away the burden for us to maintain windows build systems on our own ^^