Skip to content

Commit

Permalink
ci - Add Python 3.13 to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed Dec 6, 2024
1 parent 8ecc22f commit 4ada821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fail-fast: false
matrix:
include:
- {name: '3.13', python: '3.13', os: ubuntu-latest, tox: py313}
- {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312}
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0

[tox]
envlist = py38,py39,py310,py311,py312,pypy39
envlist = py38,py39,py310,py311,py312,py313,pypy39

[testenv]
deps =
Expand All @@ -17,4 +17,5 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
pypy3.9: pypy39

0 comments on commit 4ada821

Please sign in to comment.