Skip to content

Commit

Permalink
add py313 to tox+CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Jun 23, 2024
1 parent f72ba6c commit 446f752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]

os: [ubuntu-latest]

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The test environment and commands
[tox]
# default environments to run without `-e`
envlist = py38, py39, py310, py311, py312, pep8_naming
envlist = py38, py39, py310, py311, py312, py313, pep8_naming

[gh-actions]
python =
Expand All @@ -10,6 +10,7 @@ python =
3.10: py310
3.11: py311,pep8_naming
3.12: py312
3.13-dev: py313

[testenv]
description = Run coverage
Expand Down

0 comments on commit 446f752

Please sign in to comment.