Skip to content

Commit

Permalink
Run Windows and Mac OS CI builds on Python 3.10. (bartfeenstra#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Nov 3, 2022
1 parent 9a2a68f commit a099007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@ jobs:
python: '3.8'
- name: 'Mac OS'
os: macos-latest
# @todo Mac OS builds with Python 3.10 fail for some reason when building pip dependencies. Let's use
# @todo Python 3.9 for Mac OS until we know more about Python 3.10 compatibility.
python: '3.9'
python: '3.10'
- name: 'Windows'
os: windows-latest
# @todo Windows builds with Python 3.10 fail for some reason when building pip dependencies. Let's use
# @todo Python 3.9 for Windows until we know more about Python 3.10 compatibility.
python: '3.9'
python: '3.10'

steps:
- name: Check out the source code
Expand Down Expand Up @@ -89,7 +85,7 @@ jobs:
npm-
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'html5lib ~= 1.1',
'lxml ~= 4.9.1',
'mypy ~= 0.950',
'pip-licenses ~= 3.5.3',
'pip-licenses ~= 4.0.0-rc3',
'pyinstaller ~= 5.0',
'pytest ~= 7.2.0',
'pytest-aioresponses ~= 0.2.0 ',
Expand Down

0 comments on commit a099007

Please sign in to comment.