test: raise python ci version to 3.14

This commit is contained in:
tecnovert
2026-06-09 02:00:42 +02:00
parent ce5ffe92b4
commit f536f8962e
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.14"]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}