Skip to content

Commit f33f490

Browse files
authored
Use the same python version across different builders for the 3.8 release
1 parent f5d0dd4 commit f33f490

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", "3.11"]
15+
python-version: ["3.8.10", "3.11"]
1616
include:
1717
- os: ubuntu-latest
1818
python-version: "3.9"

0 commit comments

Comments
 (0)