We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c80790 commit df6d134Copy full SHA for df6d134
.github/workflows/test_functional.yml
@@ -49,8 +49,8 @@ jobs:
49
fail-fast: false
50
matrix:
51
os: ['ubuntu-latest']
52
- python-version: ['3.12', '3.13', '3.14']
53
- coverage: [0, 1]
+ python-version: ['3.13', '3.14']
+ coverage: [1]
54
55
env:
56
# these vars are used by etc/bin/run-functional-tests
setup.cfg
@@ -96,7 +96,7 @@ tests =
96
aiosmtpd
97
async_generator
98
bandit>=1.7.0
99
- coverage>=5.0.0
+ coverage==7.11.0
100
flake8-broken-line>=0.3.0
101
flake8-bugbear>=21.0.0
102
flake8-builtins>=1.5.0
0 commit comments