Skip to content

Commit 9e4f96b

Browse files
authored
chore(ci): bump to py3.9 to fix the release CI (#962)
* Test CI * Test CI * Remove support for Python 3.8
1 parent e484ff0 commit 9e4f96b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
strategy:
1616
matrix:
17-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818
env:
1919
BUILD_WITH_EP: "1"
2020
steps:
@@ -67,6 +67,7 @@ jobs:
6767

6868
- name: Build project
6969
run: |
70+
export LIBRARY_PATH=/usr/local/cuda/lib64/stubs:LIBRARY_PATH
7071
cd build
7172
make -j
7273
sudo make install

0 commit comments

Comments
 (0)