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 10dc70a commit 5f45babCopy full SHA for 5f45bab
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
CACHE_VERSION: 1
12
- DEFAULT_PYTHON: 3.9
+ DEFAULT_PYTHON: "3.9"
13
LIB_FOLDER: python_typing_update
14
PRE_COMMIT_CACHE: ~/.cache/pre-commit
15
.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
6
- published
7
8
- DEFAULT_PYTHON: 3.13
+ DEFAULT_PYTHON: "3.13"
jobs:
release-pypi:
0 commit comments