Skip to content

Commit 6cc9e12

Browse files
committed
Disable Python 3.8 builds
1 parent ddc1a89 commit 6cc9e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
numpy-version: 1.25
2121
- numpy-version: 2.0
2222
include:
23-
- python-version-minor: 8
24-
numpy-version: 1.23.5
23+
# - python-version-minor: 8
24+
# numpy-version: 1.23.5
2525
- numpy-version: 2.0
2626
python-version-minor: 9
2727
steps:

0 commit comments

Comments
 (0)