Skip to content

Commit

Permalink
Merge branch 'main' into python/3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 8, 2024
2 parents c51a87d + 91b06ea commit af60729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- "3.13"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@cae02393710f18f5fbacd9545d1a38f0d661758e # v0
- uses: paddyroddy/.github/actions/python/tox@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
with:
cache-path: |-
.tox
~/.cache/sleplet
operating-system: ${{ matrix.os }}
pyproject-toml: ./pyproject.toml
python-version: ${{ matrix.python-version }}

Expand Down
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,23 +209,18 @@ overrides."tool.ruff.lint.isort.section-order".inline_arrays = false

[tool.tox]
legacy_tox_ini = """
[gh-actions]
[gh]
python =
3.11: py311
3.12: py312
3.13: py313
[gh-actions:env]
OS =
ubuntu-latest: linux
macos-latest: macos
[testenv]
commands =
pytest --cov --cov-report=lcov
deps =
pytest-cov
[tox]
env_list = py{310,311,312}-{linux,macos}
env_list = py{311,312}
"""

0 comments on commit af60729

Please sign in to comment.