m-chandler / factorio-spot-pricing

Factorio Deployment to AWS
MIT License
98 stars 25 forks source link

python3.7 -> python3.12 #24

Closed robinld closed 9 months ago

robinld commented 9 months ago

Python 3.7 is EOL: https://devguide.python.org/versions/ I tested this by uploading the new yaml, fetching the IP of my factorio subdomain (just using ping to print out the IP), changing the CF stack state to "stopped" then back to "running", and fetching the new IP of my factorio subdomain.

m-chandler commented 9 months ago

Thanks @robinld