Skip to content

Commit

Permalink
Test against python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Jan 1, 2025
1 parent b36b5de commit 31da31d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
python-version: [3.9, "3.10", 3.11, 3.12]
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,15 @@ skip = 'docs/build/*'
legacy_tox_ini = """
[tox]
isolated_build = True
envlist = py39, py310, py311, py312
envlist = py39, py310, py311, py312, py313
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313
[testenv]
Expand Down

0 comments on commit 31da31d

Please sign in to comment.