Skip to content

Commit b23d919

Browse files
authored
chore: remove unused CI exclude for Python 3.8.0 (#153)
This should have been removed when we dropped Python 3.8 support
1 parent 36149e7 commit b23d919

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci-cd.yml

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
- ubuntu-latest
4646
- windows-latest
4747
- macOS-latest
48-
exclude:
49-
- os: macOS-latest
50-
python-version: "3.8.0"
5148
runs-on: ${{ matrix.os }}
5249
steps:
5350
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)