SatelliteQE / betelgeuse

Betelgeuse reads standard Python test cases and offers tools to interact with Polarion.
GNU General Public License v3.0
12 stars 20 forks source link

CI: switch testing to Python 3.10+ #143

Closed ptoscano closed 3 months ago

ptoscano commented 3 months ago

Test the more recent versions of Python, to ensure Betelgeuse works also with these versions. The oldest versions are dropped, leaving only the latest 3 versions of Python.

ptoscano commented 3 months ago

@ptoscano I would keep only the latest three versions unless you are using an older version of Python than 3.10.

ah, so should I move the window of supported versions from 3.8-3.10 to 3.10-3.12?

ogajduse commented 3 months ago

If your team does not require 3.8 and 3.9 support, please move the window.

ptoscano commented 3 months ago

ACK, done so.

ogajduse commented 3 months ago

Thank you, @ptoscano!