feat(deps): update dependency python to 3.14

This commit is contained in:
renovate[bot]
2025-10-07 16:00:45 +00:00
committed by GitHub
parent 5b74ed5620
commit bbd9705b01

View File

@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
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@v5
with:
python-version: '3.13'
python-version: '3.14'
- name: Install dependencies
run: |