Exclude Unit 3.9 from CI (#2046)

This commit is contained in:
Tomer Nosrati 2024-07-01 17:12:30 +03:00 committed by GitHub
parent d620132ece
commit be057b027a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- python-version: "3.9"
reason: "3.9 is currently flaky on GitHub Actions"
steps:
- name: Install system packages
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev