From 32e188b5928640726d3f929b17ec3ae0e3ad6f21 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Tue, 5 Nov 2024 08:26:16 -0500 Subject: [PATCH] Test with Python 3.13 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09b7065..2b4d638 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: true env: - python-version: '3.12' + python-version: '3.13' permissions: contents: read @@ -65,7 +65,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] name: build (python ${{ matrix.python-version }}) outputs: targz: generic-${{ steps.meta.outputs.version }}.tar.gz