Skip to content

Commit 27b9718

Browse files
committed
actions: run coverage on python 3.14
1 parent 38d5175 commit 27b9718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up Python 3.9
17-
uses: actions/setup-python@v1
16+
- name: Set up Python 3.14
17+
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.9
19+
python-version: '3.14.0-alpha.3'
2020

2121
- name: unittest
2222
run: |

0 commit comments

Comments
 (0)