We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014bd20 commit 3fed172Copy full SHA for 3fed172
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ on:
10
env:
11
CACHE_VERSION: 3
12
KEY_PREFIX: venv
13
- DEFAULT_PYTHON: "3.12"
+ DEFAULT_PYTHON: "3.13"
14
PRE_COMMIT_CACHE: ~/.cache/pre-commit
15
16
concurrency:
@@ -245,11 +245,11 @@ jobs:
245
steps:
246
- name: Check out code from GitHub
247
uses: actions/[email protected]
248
- - name: Set up Python 3.12
+ - name: Set up Python 3.13
249
id: python
250
251
with:
252
- python-version: "3.12"
+ python-version: "3.13"
253
check-latest: true
254
- name: Install dependencies
255
run: pip install -U -r requirements_minimal.txt
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- published
7
8
9
permissions:
contents: read
0 commit comments