Upgrade Beiwe Backend platforms to Python 3.11 #370
Labels
ANNOUNCEMENT
Listen up, devs and sysadmins should probably watch.
enhancement
in some way this would improve the experience of using or developing and maintaining Beiwe
Infrastructure
System Administration Issue
Python 3.8 goes out of support in October (2024-10, https://devguide.python.org/versions/ ).
We are currently blocked on upgrading to the most recent Python 3.12 due to the platform not being available on Elastic Beanstalk.
Python platform upgrades are a somewhat complex to implement upgrade because we need to test and throw together directions like we have for the 3.6 to 3.8 upgrade, like we did here.
Usually the process is a fairly simple sequence of commands usung the AWS and Elastic Beanstalk command line tools.
The real complexity is:
The text was updated successfully, but these errors were encountered: