Update dependency python to 3.14 (#861)

This commit is contained in:
renovate[bot] 2026-02-09 20:47:07 -05:00 committed by GitHub
parent c279d9c9f7
commit 6b068079fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ runs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Setup JDK
uses: actions/setup-java@v5
with:

View file

@ -22,7 +22,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Run pre-commit
uses: pre-commit/action@v3.0.1