Skip to content

Commit

Permalink
build: also test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Oct 7, 2024
1 parent f22d199 commit 1f23c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4
with:
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 = py{34,35,36,37,38,39,310,311,312}{,-ipython},lint,doc
envlist = py{34,35,36,37,38,39,310,311,312,313}{,-ipython},lint,doc
skip_missing_interpreters = True

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

[testenv]
allowlist_externals = make
Expand Down

0 comments on commit 1f23c7a

Please sign in to comment.