Skip to content

Commit

Permalink
Merge pull request #86 from acsone/py313
Browse files Browse the repository at this point in the history
ci: test with python 3.13
  • Loading branch information
sbidoul authored Oct 7, 2024
2 parents e7a0483 + ccbc498 commit fbcbe6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- python-version: "3.11"
machine: ubuntu-22.04
- python-version: "3.12"
machine: ubuntu-22.04
machine: ubuntu-24.04
- python-version: "3.13"
machine: ubuntu-24.04
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python =
3.10: py310, typing
3.11: py311, typing, pypi-description
3.12: py312
3.13: py313
pypy3: pypy3

[tox]
Expand All @@ -19,6 +20,7 @@ envlist =
py310
py311
py312
py313
pypy3
lint
typing
Expand Down

0 comments on commit fbcbe6b

Please sign in to comment.