From 6c3b613f45da1c290dd2b6901a50d20b91a4ead2 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 12 May 2024 15:05:11 +0200 Subject: [PATCH] DRAFT: Test on Python 3.13 beta --- .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 9b7b3a5..50721b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: {python-version: 3.x} + with: {python-version: 3.13, allow-prereleases: true} - name: Dump runner context env: RUNNER_CONTEXT: ${{ toJson(runner) }}