Merge pull request #249 from readur/renovate/python-3.x

chore(deps): update dependency python to 3.14
This commit is contained in:
Jon Fuller 2025-10-07 21:20:31 -07:00 committed by GitHub
commit 319203cdee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: '3.13' python-version: '3.14'
cache: 'pip' cache: 'pip'
cache-dependency-path: 'requirements.txt' cache-dependency-path: 'requirements.txt'