From 1538b0d4eb7d9af3098c16c8c309a61d86b021a2 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 9 Feb 2024 21:44:39 +0000 Subject: [PATCH] Upgrade to Python 3.13.0 alpha 3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52394b9..9fb39f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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