switch to python3.13 and update packages

This commit is contained in:
2025-01-21 09:18:09 +08:00
committed by GitHub
parent 1efea294ad
commit b7728ef3e5
8 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 5
allow:
- dependency-type: "all"
@@ -17,9 +17,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
interval: monthly
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12.2"
python-version: "3.13.1"
- name: Install Poetry
uses: snok/install-poetry@v1
@@ -41,7 +41,7 @@ jobs:
uses: actions/cache@v4
with:
path: /opt/venv
key: venv-${{ runner.os }}-python-3.12.2-${{ hashFiles('poetry.lock') }}
key: venv-${{ runner.os }}-python-3.13.1-${{ hashFiles('poetry.lock') }}
- name: Install dependencies and actiavte virtualenv
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12.2"
python-version: "3.13.1"
- name: Install Poetry
uses: snok/install-poetry@v1
@@ -39,7 +39,7 @@ jobs:
uses: actions/cache@v4
with:
path: /opt/venv
key: venv-${{ runner.os }}-python-3.12.2-${{ hashFiles('poetry.lock') }}
key: venv-${{ runner.os }}-python-3.13.1-${{ hashFiles('poetry.lock') }}
- name: Install dependencies and actiavte virtualenv
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'