Skip to content

Commit

Permalink
update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Feb 28, 2024
1 parent 89e2230 commit 95abc8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
strategy:
matrix:
python-version:
# - "3.10"
- "3.11"
- "3.12"

steps:
- name: 📥 Checkout the repository
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
skipsdist = true
envlist = py310, py311, lint, mypy
envlist = py310, py311, py312, lint, mypy
skip_missing_interpreters = True

[gh-actions]
python =
3.10: py310
3.11: py311, lint, mypy
3.11: py311
3.12: py312, lint, mypy

[testenv]
commands =
Expand Down

0 comments on commit 95abc8f

Please sign in to comment.