Skip to content

Commit

Permalink
Upgrade to Python 3.13.0 alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Feb 9, 2024
1 parent 0479114 commit 1538b0d
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 @@ -81,7 +81,7 @@ jobs:
with:
# See available versions:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: "3.13.0-alpha.2"
python-version: "3.13.0-alpha.3"
- 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 1538b0d

Please sign in to comment.