Skip to content

Commit

Permalink
Use python 3.8 for oldest.
Browse files Browse the repository at this point in the history
Seems like something is wrong with python 3.12 and older versions of
urllib.
  • Loading branch information
jamielennox committed Jan 22, 2024
1 parent fd727f3 commit b3f7080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.8'
architecture: 'x64'

- uses: actions/cache@v3
Expand Down

0 comments on commit b3f7080

Please sign in to comment.