Skip to content

Commit

Permalink
update tox file, fix 3.13 in test_and_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jan 20, 2025
1 parent 7c2c751 commit 52c09aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
python-version: ["3.11", "3.12"," 3.13"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- name: Checkout code
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
isolated_build = true
envlist = py310, py311, lint, build
envlist = py311, py312, py313, lint, build

[gh-actions]
python =
3.13: py313
3.12: py312
3.11: py311
3.10: py310

[testenv:lint]
allowlist_externals = poetry, ruff, mkdocs
Expand Down

0 comments on commit 52c09aa

Please sign in to comment.