Skip to content

Commit 6f321f0

Browse files
committed
Stop testing Python 3.9 against pytest-main.
Support for that version was dropped there.
1 parent df47974 commit 6f321f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ max-line-length = 88
1111
[tox]
1212
envlist =
1313
linting
14-
py{39,310,311,312,313,314,py3}-pytest{80,81,82,83,84,main}
14+
py{39,310,311,312,313,314,py3}-pytest{80,81,82,83,84}
15+
py{310,311,312,313,314,py3}-pytest{main}
1516
docs
1617
minversion = 4.0
1718

0 commit comments

Comments
 (0)