Skip to content

Commit

Permalink
feat: Ensure Python 3.13 support (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop authored Aug 16, 2024
1 parent b20edb1 commit 687a93a
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 @@ -53,7 +53,7 @@ jobs:
test:
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.0-rc.1"]
include:
- cache-key-suffix: "-main-dev"

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ filterwarnings = [
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py38,py39,py310,py310-minimum-requirements,py311,py312
envlist = py38,py39,py310,py310-minimum-requirements,py311,py312,py313
skipsdist = True
[gh-actions]
Expand All @@ -182,6 +182,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
[testenv]
allowlist_externals = poetry
Expand Down

0 comments on commit 687a93a

Please sign in to comment.