Skip to content

Commit b3f7080

Browse files
committed
Use python 3.8 for oldest.
Seems like something is wrong with python 3.12 and older versions of urllib.
1 parent fd727f3 commit b3f7080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-python@v4
5252
with:
53-
python-version: '3.x'
53+
python-version: '3.8'
5454
architecture: 'x64'
5555

5656
- uses: actions/cache@v3

0 commit comments

Comments
 (0)