Skip to content

Commit 1bab604

Browse files
authored
Test Python 3.7 on Ubuntu 22.04 (#4634)
1 parent c424205 commit 1bab604

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/unittests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,17 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
os: [ubuntu-latest]
81-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
81+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
8282
mode: [non_root]
8383
installmode: ['']
8484
flags: [" -K scanner"]
8585
allow-failure: ['false']
8686
include:
87+
# Python 3.7
88+
- os: ubuntu-22.04
89+
python: "3.7"
90+
mode: non_root
91+
flags: " -K scanner"
8792
# Linux root tests
8893
- os: ubuntu-latest
8994
python: "3.12"

0 commit comments

Comments
 (0)