adrianyorke/robotframework-cookbook

Time to bump Python versions - drop support for 3.8 and add 3.11

Closed this issue · 1 comments

The CI workflows for this project currently support Python versions 3.8, 3.9 and 3.10.
Remove support for Python 3.8 and add support for Python 3.11.

The following PR shows how we did this last time:
#74