Support Python 3.14 in tests (#2515)

This commit is contained in:
Soxoj
2026-04-11 15:11:09 +02:00
committed by GitHub
parent 28cb6c9ffb
commit 8267367bed
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Checkout