Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Upgrade python to current version (3.13) as 3.7 has reached end of life and is not supported with ubuntu-latest
  • Loading branch information
nicgowans authored Feb 13, 2025
1 parent a4f9a44 commit cae40ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit cae40ae

Please sign in to comment.