Skip to content

Commit fba8cfc

Browse files
authored
Remove Python 3.8 from CI workflow matrix
1 parent 46f45cc commit fba8cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
9+
python-version: ['3.9', '3.10', '3.11', '3.12']
1010

1111
steps:
1212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)