remove test for deprecated Python 3.8 and add 3.13

This commit is contained in:
Gilles Boccon-Gibod
2024-10-19 07:46:37 -07:00
parent 4b25eed869
commit 528af0d338
6 changed files with 7 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
steps: