Skip to content

Commit

Permalink
Fix version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jan 2, 2024
1 parent c307075 commit 9c414ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
# See available versions:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: "3.13.0-alpha.2"
- run: pip install build==1.0.3 setuptools==69.0.3 beautifulsoup4<5 html5lib<2
- run: pip install build==1.0.3 setuptools==69.0.3 beautifulsoup4>=4.4.1,<5 html5lib>=0.999,<2
- run: python -X dev -W error example.py
- run: make build

0 comments on commit 9c414ab

Please sign in to comment.