Skip to content

Commit

Permalink
Enable Python 3.13 and update action versions in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed Sep 19, 2024
1 parent 414874a commit f52599d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- pypy-3.9
- pypy-3.10

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
Expand All @@ -37,6 +38,6 @@ jobs:
- name: Test with tox
run: |
tox --parallel 0
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: ./coverage.xml

0 comments on commit f52599d

Please sign in to comment.