Skip to content

Commit 77a4146

Browse files
committed
build: issue2551397: remove support for python 3.6
Try CI build on python 3.7. If this fails go to python 3.8 build.
1 parent 7be3c8b commit 77a4146

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
# os: ubuntu-22.04
7979
# experimental: true
8080

81-
# 3.6 not available on new 22.04 runners, so run on 20.04 ubuntu
82-
- python-version: 3.6
83-
os: ubuntu-20.04
81+
# 3.7 not available on new 22.04 runners, so run on 22.04 ubuntu
82+
- python-version: 3.7
83+
os: ubuntu-22.04
8484

8585
# 3.8 not available on new 24.04 runners, so run on 22.04 ubuntu
8686
- python-version: 3.8
@@ -303,10 +303,7 @@ jobs:
303303
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \
304304
-W "ignore:unclosed file:ResourceWarning:enum" \
305305
-v test/ --cov=roundup
306-
if [[ "$PYTHON_VERSION" != "3.6" ]]; then
307-
# coverage before 3.6 doesn't support lcov output
308306
coverage lcov
309-
fi
310307
else
311308
# python2 case
312309
pytest -v -r a --durations=20 test/ --cov=roundup

0 commit comments

Comments
 (0)