Skip to content

Commit

Permalink
Enable Python 3.13-dev builds and testing on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Sep 11, 2024
1 parent 2b84146 commit 13fd9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
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"]
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
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"]
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38,py39,py310,py311,py312
envlist = py38,py39,py310,py311,py312,py313

[gh-actions]
python =
Expand All @@ -8,3 +8,4 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313

0 comments on commit 13fd9dd

Please sign in to comment.