Skip to content

Commit

Permalink
fix: update GitHub Action to use Python 3.13 to support typing requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
yuhui committed Dec 25, 2024
1 parent 27fc3d7 commit e72eaf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/singstat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
name: Test singstat package
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
- name: Install requirements
run: pip install -r requirements_dev.txt
- name: Run tests and collect coverage
Expand Down

0 comments on commit e72eaf0

Please sign in to comment.