From 345e3a32be9caf489d28b44e852b127d50c74349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 2 Jan 2025 03:14:36 +0200 Subject: [PATCH] Build CI sdist on 3.13 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cda27f9..afd6c22 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install libfuse-dev and pkg-config run: sudo apt install -y libfuse-dev pkg-config