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 b0c9cf1 commit b19fe07Copy full SHA for b19fe07
.github/workflows/cd.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Python
12
uses: actions/setup-python@v5
13
with:
14
- python-version: '3.13'
+ python-version: '3.14'
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
.github/workflows/tox_ci.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Run black
9
10
- python-version: 3.8
+ python-version: 3.14
- name: install black
run: pip install "black<23"
- name: run black
0 commit comments