Skip to content

Commit c9b7a0d

Browse files
committed
removing unsupported python versions
1 parent 3085307 commit c9b7a0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
1818
python-version: [
19-
"3.7",
20-
"3.8",
2119
"3.9",
2220
"3.10",
2321
"3.11",

0 commit comments

Comments
 (0)