Add python 3.14 support, drop python 3.9 (#41)

This commit is contained in:
2025-10-08 15:12:06 +02:00
committed by GitHub
parent 281bed94a4
commit 729205955e
3 changed files with 89 additions and 89 deletions

View File

@@ -21,10 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
include:
- python-version: "3.9"
name: "Python 3.9"
- python-version: "3.10"
name: "Python 3.10"
- python-version: "3.11"
@@ -33,6 +31,8 @@ jobs:
name: "Python 3.12"
- python-version: "3.13"
name: "Python 3.13"
- python-version: "3.14"
name: "Python 3.14"
steps:
- name: Checkout repository
uses: actions/checkout@v5