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 11, 2025
1 parent 9fbcaf3 commit a43b74a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
strategy:
matrix:
python-version:
# - "3.10"
# - "3.11"
- "3.12"
- "3.13"

steps:
- name: 📥 Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.12
python_version = 3.13
show_error_codes = true
ignore_errors = true
follow_imports = silent
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tox]
skipsdist = true
envlist = py310, py311, py312, lint, mypy
envlist = py310, py311, py312, py313, lint, mypy
skip_missing_interpreters = True

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

[pytest]
asyncio_default_fixture_loop_scope=function
Expand Down

0 comments on commit a43b74a

Please sign in to comment.