Skip to content

Commit

Permalink
Add Python 3.13-alpha to Tox/GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfrederick committed Mar 27, 2024
1 parent 6ff904a commit a742974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13.0-alpha - 3.13"
include:
- os: "ubuntu-latest"
- os: "ubuntu-20.04"
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py35,py36,py37,py38,py39,py310,py311,py312,flake
envlist = py35,py36,py37,py38,py39,py310,py311,py312,py313,flake

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

[testenv]
deps =
Expand Down

0 comments on commit a742974

Please sign in to comment.