Conversation
Python 3.8 support seems to have been dropped from github actions ubuntu-latest
|
If the criterium for Python supported version is that we run the tests, then we should run the tests with Python 3.12 and 3.13 too. |
|
@lfse-slafleur to me it makes sense to only support Python version that explicitly pass our CI/CD pipeline. The drawback is off course that we probably are stricter in Python version requirement than necessary. And also introduce a breaking change by dropping 3.8 support. What do you think of this? |
@jorritn Python 3.8 is EOL and 3.9 is fast approaching. To me it makes sense to drop 3.8. |
* dropping python 3.8 adding 3.13 support
* dropping python 3.8 adding 3.13 support
* Fix for transition argument Signed-off-by: Vlad Iftime <vladiftime60@gmail.com> * Update tests/unit/message_test.py * Update ci.yml checking it's really a python 3.8 issue * Update ci.yml checking if it's a 3.8 issue * Update ci.yml reanable 3.8 for tests * Update ci.yml testing if it's down to ubuntu version * dropping python 3.8 support (#117) * dropping python 3.8 adding 3.13 support --------- Signed-off-by: Vlad Iftime <vladiftime60@gmail.com> Co-authored-by: Dr Maurice Hendrix <maurice.hendrix@tno.nl>
Looks like github actions dropped support fro python 3.8 on ubuntu latest, I suggest dropping 3.8 and adding 3.13