Skip to content

Commit 1538b0d

Browse files
committed
Upgrade to Python 3.13.0 alpha 3
1 parent 0479114 commit 1538b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
# See available versions:
8383
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
84-
python-version: "3.13.0-alpha.2"
84+
python-version: "3.13.0-alpha.3"
8585
- run: pip install 'build==1.0.3' 'setuptools==69.0.3' 'beautifulsoup4>=4.4.1,<5' 'html5lib>=0.999,<2'
8686
- run: python -X dev -W error example.py
8787
- run: make build

0 commit comments

Comments
 (0)