Skip to content

Commit 2d2d8d8

Browse files
committed
Remove py38 leftover from ci
1 parent e3fe630 commit 2d2d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
python-version: [py38, py39, py310, py311, py312, py313]
53+
python-version: [py39, py310, py311, py312, py313]
5454
openai-version: [baseline, latest]
5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)