CensoredUsername / unrpyc

A ren'py script decompiler
Other
824 stars 149 forks source link

Unbreak github actions. #176

Closed CensoredUsername closed 4 months ago

CensoredUsername commented 4 months ago

Github actions removed official python 2.7 support. We're still going to be stuck on that for a while though, so best fix that.

madeddy commented 4 months ago

I managed a bit of progress in the yaml file in the py3-port pull for python3. Maybe its of use.

CensoredUsername commented 4 months ago

The python:2.7.18-buster container is recent enough that github actions can do submodule checkouts with it, and old enough it has python 2.7. Using that right now instead of setup-python (until the py3 move). Seems to work and run the tests!