Skip to content

Commit 9330d2c

Browse files
authored
remove support for python3.8 in UTs
1 parent cc0fa0b commit 9330d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.8', '3.9', '3.10', '3.11']
8+
python-version: ['3.9', '3.10', '3.11']
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)