Skip to content

Commit 3d8064d

Browse files
Update dependency python to 3.14
1 parent 5a41825 commit 3d8064d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-python@v6
2929
with:
30-
python-version: '3.13'
30+
python-version: '3.14'
3131
- name: Install prerequisites
3232
run: python -m pip install tox
3333
- name: Run ${{ matrix.env }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.13'
19+
python-version: '3.14'
2020
- name: Install prerequisites
2121
run: python -m pip install build twine wheel
2222
- name: Build package

0 commit comments

Comments
 (0)