Skip to content

Commit

Permalink
ci: Test with CPython 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
seifertm committed Jul 13, 2024
1 parent d572138 commit 91171b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, windows]
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-beta.3]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.14.0
envlist = py38, py39, py310, py311, py312, pytest-min, docs
envlist = py38, py39, py310, py311, py312, py13, pytest-min, docs
isolated_build = true
passenv =
CI
Expand Down Expand Up @@ -42,4 +42,5 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
pypy3: pypy3

0 comments on commit 91171b4

Please sign in to comment.