ci: drop some Python versions

This limits the list to the Python versions found in current Fedoras,
RHELs, and CentOS Streams.
This commit is contained in:
Simon de Vlieger 2023-08-01 10:50:46 +02:00
parent d60690ce46
commit 10e7046301

View file

@ -21,10 +21,7 @@ jobs:
- "test.run.test_stages"
environment:
- "py36"
- "py37"
- "py38"
- "py39"
- "py310"
- "py311"
- "py312"
steps: