Skip to content

Commit b2b9bfb

Browse files
Gagi2krgriebl
authored andcommitted
CI: Raise minimum pytest version when using Python > 3.13
Python 3.14 dropped support for ast.Str. The first version which supports this in pytest is 8, but that doesn't support python 3.7 anymore.
1 parent 3a800e7 commit b2b9bfb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements_minimal.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ MarkupSafe==1.1
77
PyYAML==5.1
88
six==1.11.0
99
watchdog==1.0
10-
pytest==6.2.5
10+
pytest==6.2.5; python_version < '3.14'
11+
pytest==8; python_version >= '3.14'
1112
pytest-cov==2.8.1

0 commit comments

Comments
 (0)