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 ca18f96 commit e4a8d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
- name: Set up Python 3.14
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: '3.14.0-alpha.3'

- name: unittest
run: |
Expand Down

0 comments on commit e4a8d0c

Please sign in to comment.