Skip to content

Commit 4e2fe06

Browse files
committed
ci: Bump tox-lsr to 3.5.1
Drop Python 3.8, current tox-lsr does not support this any more. See linux-system-roles/tox-lsr#178
1 parent 79b7472 commit 4e2fe06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-unit-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
pyver_os:
2222
- ver: "2.7"
2323
os: ubuntu-22.04
24-
- ver: "3.8"
25-
os: ubuntu-latest
2624
- ver: "3.9"
2725
os: ubuntu-latest
2826
- ver: "3.10"
@@ -65,7 +63,7 @@ jobs:
6563
tox=tox
6664
virtualenv=virtualenv
6765
fi
68-
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.4.0"
66+
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.5.1"
6967
# If you have additional OS dependency packages e.g. libcairo2-dev
7068
# then put them in .github/config/ubuntu-requirements.txt, one
7169
# package per line.

0 commit comments

Comments
 (0)