Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
jamielennox committed Jan 22, 2024
1 parent 8e1e850 commit ecb646c
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
@@ -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

0 comments on commit ecb646c

Please sign in to comment.