Add support for Python 3.14

This commit is contained in:
Justin Mayer 2025-10-17 09:53:59 +02:00
commit 098ec5b0af
3 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
python: ["3.10", "3.11", "3.12", "3.13"]
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v5