Skip to content

Commit

Permalink
Added Python 3.13 to CI and Tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 27, 2024
1 parent bd98ae8 commit 439951d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy-3.10]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", pypy-3.10]
include:
- os: macos-latest
python-version: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ show_missing = true
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = pre-commit, py38, py39, py310, py311, py312, pypy3
envlist = pre-commit, py38, py39, py310, py311, py312, py313, pypy3
skip_missing_interpreters = true
minversion = 4.0.0
Expand Down

0 comments on commit 439951d

Please sign in to comment.