From: Aarni Koskela Date: Thu, 25 Jul 2024 11:25:02 +0000 (+0300) Subject: Test on Python 3.13 beta releases (#1107) X-Git-Tag: v2.16.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a32f15ecec23d5d5049100fd8e65606be7ad12a1;p=thirdparty%2Fbabel.git Test on Python 3.13 beta releases (#1107) * Test on Python 3.13 beta releases Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ee10c76..6cc34b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: - "3.11" - "3.12" - "pypy3.10" + - "3.13-dev" env: BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1" BABEL_CLDR_QUIET: "1"