Skip to content

Commit

Permalink
github: reduce the testing matrix by dropping python 3.11
Browse files Browse the repository at this point in the history
Python 3.11 makes little sense now that we test with 3.12.
Also, 3.11 isn't shipped in any Ubuntu LTS version (just 23.10).

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 4, 2024
1 parent 2fb0d38 commit 510d41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.10", "3.12"]
track: ["latest/edge", "5.21/edge", "5.0/edge"]
os: ["24.04"]
include:
Expand Down

0 comments on commit 510d41a

Please sign in to comment.