Skip to content

Commit a9c5815

Browse files
authored
Update python-build.yml
1 parent b01b172 commit a9c5815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.9", "3.10", "3.11"]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -42,4 +42,4 @@ jobs:
4242
pip install .
4343
- name: List installed
4444
run: |
45-
conda list
45+
conda list

0 commit comments

Comments
 (0)