Skip to content

Commit 1dace05

Browse files
committed
Latest pytest requires Python >=3.10
1 parent 9360064 commit 1dace05

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ jobs:
4141
exclude:
4242
- python-version: "3.8"
4343
pytest-version: "git+https://github.com/pytest-dev/pytest.git@main"
44+
- python-version: "3.9"
45+
pytest-version: "git+https://github.com/pytest-dev/pytest.git@main"
4446
- python-version: "pypy3.8"
4547
pytest-version: "git+https://github.com/pytest-dev/pytest.git@main"
48+
- python-version: "pypy3.9"
49+
pytest-version: "git+https://github.com/pytest-dev/pytest.git@main"
4650
runs-on: ubuntu-latest
4751
steps:
4852
- uses: actions/checkout@v4

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py38-{pytest7,pytest8},
4-
{py39,py310,py311,py312,py313,pypy3}-{pytest7,pytest8,pytestlatest},
3+
{py38,py39}-{pytest7,pytest8},
4+
{py310,py311,py312,py313,pypy3}-{pytest7,pytest8,pytestlatest},
55
pre-commit
66

77
[testenv]

0 commit comments

Comments
 (0)