Skip to content

Commit 1c547dc

Browse files
Update test.yml to remove python 3.8 (#936)
1 parent 76020e2 commit 1c547dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: ['3.8', '3.9', '3.10']
17+
python-version: ['3.9', '3.10', '3.11']
1818
runs-on: ${{ matrix.os }}
1919
name: ${{ matrix.os }} Unit test ${{ matrix.python-version }}
2020
steps:

0 commit comments

Comments
 (0)