sst-core
sst-core copied to clipboard
Enforce minimum Python version of 3.9
Part of #1376. There should be follow-ups to:
- Modernize the Python code in the test framework to use 3.9 language constructs
- Remove any pre-3.9-specific CPython code from the source
This PR will fail if there are any jobs using pre-3.9 versions.