Skip to content

Commit b19fe07

Browse files
Update dependency python to 3.14
1 parent b0c9cf1 commit b19fe07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.13'
14+
python-version: '3.14'
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

.github/workflows/tox_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Run black
99
uses: actions/setup-python@v5
1010
with:
11-
python-version: 3.8
11+
python-version: 3.14
1212
- name: install black
1313
run: pip install "black<23"
1414
- name: run black

0 commit comments

Comments
 (0)