Skip to content

Commit

Permalink
ci: un-debug :)
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 4, 2023
1 parent 8f0d091 commit 972f662
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 'pypy-3.9'
- 'pypy-3.10'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ multi_line_output = 3
profile = "black"

[tool.black]
target-version = ["py38", "py39", "py310", "py311"] # , "py312"]
target-version = ["py38", "py39", "py310", "py311", "py312"]

[tool.bandit]
exclude_dirs = ["tests"]
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py39
py310
py311
py312
pypy3
as-module
lint
Expand All @@ -18,7 +19,9 @@ python =
3.9: py39
3.10: py310
3.11: py311,lint,as-module
3.12: py312
pypy-3.9: pypy3
pypy-3.10: pypy3

[testenv]
description = run unit tests
Expand Down Expand Up @@ -46,4 +49,4 @@ commands =
description = verify with linters
extras = linters
commands =
pre-commit run -a
pre-commit run -a

0 comments on commit 972f662

Please sign in to comment.