Add Python 3.14 to test matrix

This commit is contained in:
Odd Stråbø 2025-11-08 18:51:44 +01:00 committed by GitHub
commit 42b4a2412a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
py_version: ['3.9', '3.11', '3.12', '3.13'] py_version: ['3.9', '3.11', '3.12', '3.13', '3.14']
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
include: include:
- py_version: '3.8' - py_version: '3.8'