Skip to content

Commit c69a624

Browse files
Update dependency python to 3.13
1 parent b5348d5 commit c69a624

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
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.8'
26+
python-version: '3.13'
2727
- name: Install prerequisites
2828
run: python -m pip install --upgrade setuptools pip wheel tox
2929
- name: Run ${{ matrix.env }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.8'
15+
python-version: '3.13'
1616
- name: Install prerequisites
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)