Skip to content

Commit

Permalink
actions: run coverage on python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Jan 6, 2025
1 parent 38d5175 commit 27b9718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v1
- name: Set up Python 3.14
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.14.0-alpha.3'

- name: unittest
run: |
Expand Down

0 comments on commit 27b9718

Please sign in to comment.