Skip to content

Commit

Permalink
Use Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng authored Jan 21, 2025
1 parent 84e8d64 commit 6514172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test-and-coverage:
strategy:
matrix:
python-version: ['2.7','3.5','3.x']
python-version: ['2.7','3.5','3.13']
container:
image: python:${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand All @@ -20,5 +20,5 @@ jobs:
python -m pytest --cov
- name: Coveralls
if: matrix.python-version == '3.x'
if: matrix.python-version == '3.13'
uses: coverallsapp/github-action@v2

0 comments on commit 6514172

Please sign in to comment.