Re-enable all Python versions for CI tests

This commit is contained in:
Safihre
2025-11-21 10:05:01 +01:00
parent f8a0b3db52
commit 77b35e7904

View File

@@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.14"]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
name: ["Linux"]
os: [ubuntu-latest]
include: