Skip to content

Commit

Permalink
Merge pull request #178 from rffontenelle/rffontenelle-enable-py313
Browse files Browse the repository at this point in the history
Enable Python 3.13 in CI and update action versions
  • Loading branch information
tomchristie authored Sep 20, 2024
2 parents dbc422c + f52599d commit bed0dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 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
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
pypy-3.9: pypy3
pypy-3.10: pypy3

Expand Down

0 comments on commit bed0dd4

Please sign in to comment.