CI: Add support for Python 3.13

And drop support for Python 3.8 (end-of-life since 2024-10-07).
This commit is contained in:
Adrien Vergé
2025-01-13 19:21:33 +01:00
parent e1182968d2
commit c20f191bc1
+1 -1
View File
@@ -39,11 +39,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
steps:
- name: Checkout
uses: actions/checkout@v4