From 7c8bb57707a073a808e9df0ef92bc75c9b8b6ec6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 3 Nov 2024 11:53:37 +0100 Subject: [PATCH] Python 3.x --- .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 2e3bd12..66296f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: {python-version: 3.13} + with: {python-version: 3.x} - if: runner.os == 'Linux' run: | sudo apt-get update