Skip to content

Commit

Permalink
Extend testing to py3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 2, 2024
1 parent dfe7cc6 commit eecdbc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
ci:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9", "pypy-3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev", "pypy-3.9", "pypy-3.10"]
suite: ["py", "integration"]
fail-fast: false
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = qa,{py39,py310,py311,py312,pypy3}
envlist = qa,py39,py310,py311,py312,py313,pypy{39,310}
isolated_build = True

[testenv]
Expand Down

0 comments on commit eecdbc6

Please sign in to comment.