Skip to content

Commit

Permalink
Expand matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Nov 22, 2024
1 parent 7c0d24f commit a7d8cf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "3.9-ptpython", python: "3.9", tox: py39-ptpythonlowest }
- { name: "3.9-lowest", python: "3.9", tox: py39-lowest }
- { name: "3.13", python: "3.13", tox: py313 }
- { name: "3.13-ptpython", python: "3.13", tox: py313-ptpython }
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-python@v5
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tox]
envlist = lint,py39-lowest,py39,py310,py311,py312,py313,docs
envlist = lint,py39-ptpythonlowest,py39-lowest,py39,py310,py311,py312,py313,py313-ptpython,docs

[testenv]
extras = tests
deps =
lowest: ptpython==3.0.0
ptpythonlowest: ptpython==3.0.0
ptpython: ptpython>=3.0.0
lowest: ipython==8.0.0
commands = pytest {posargs}

Expand Down

0 comments on commit a7d8cf9

Please sign in to comment.