feat(deps): update dependency python to 3.14

This commit is contained in:
renovate[bot]
2026-05-22 16:29:09 +00:00
committed by GitHub
parent 68f7bf2d6d
commit 7a8d28051d

View File

@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- run: python -m pip install --upgrade pip
- run: |
python -m pip install -r requirements.txt
@@ -93,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install dependencies
run: |