workflow: drop python3.11 from matrix (HMS-3697)

With fedora moving to python3.12 we can stop testing on py311.

As a drive-by this commit also documents why we need to test on
py36 and py39.
This commit is contained in:
Michael Vogt 2024-03-04 12:46:14 +01:00 committed by Ondřej Budai
parent 9baca1fe90
commit 1ea7b4943c

View file

@ -21,10 +21,9 @@ jobs:
- "test.run.test_stages"
- "stages/test"
environment:
- "py36"
- "py39"
- "py311"
- "py312"
- "py36" # RH8
- "py39" # RH9
- "py312" # latest fedora
steps:
- name: "Clone Repository"
uses: actions/checkout@v3