Skip to content

Commit 93655fa

Browse files
authored
Use the latest available python version for 3.8
1 parent f33f490 commit 93655fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ["3.8.10", "3.11"]
15+
python-version: ["3.8.18", "3.11"]
1616
include:
1717
- os: ubuntu-latest
1818
python-version: "3.9"

0 commit comments

Comments
 (0)