workflows: add Ubuntu 24.04 to test matrix (bug 1903562) (#1741)

- add ubuntu-24.04 to test matrix
- exclude Python 3.8 from the Ubuntu 24.04 run as it is not available
This commit is contained in:
Zeid Zabaneh 2024-06-19 14:09:46 -04:00 коммит произвёл GitHub
Родитель 41f47f6cc3
Коммит b2aa0c5ccc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 0 удалений

4
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -35,7 +35,11 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: ubuntu-24.04
python-version: "3.8"
steps:
- uses: actions/checkout@v3
- name: setup