Skip to content

Commit

Permalink
Merge pull request #433 from fschulze/lint-fixes
Browse files Browse the repository at this point in the history
Fix lint tests by explicitly adding Python 3.13 to GitHub and tox.
  • Loading branch information
malthe authored Dec 19, 2024
2 parents 9ea8bac + 743e501 commit 1aae55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.12", "py312"]
- ["3.13.0-alpha - 3.13.99", "py313"]
- ["3.13", "py313"]
- ["3.14.0-alpha - 3.14.99", "py314"]
- ["pypy-3.9", "pypy3"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ envlist =
py310
py311
py312
py313
pypy3
docs
coverage
Expand Down

0 comments on commit 1aae55f

Please sign in to comment.