From c1e03823dca06505e0d7fe1611ad0847ea447dd6 Mon Sep 17 00:00:00 2001 From: tmontaigu Date: Tue, 8 Oct 2024 21:02:01 +0200 Subject: [PATCH] Add Python 3.13 to the CI --- .github/workflows/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bde43e8..d7325cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v1 @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v1 @@ -62,7 +62,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] arch: ['x86', 'x64'] steps: @@ -122,6 +122,10 @@ jobs: { version: '3.12', PYO3_CROSS_LIB_DIR: '/opt/python/cp312-cp312/lib' + }, + { + version: '3.13', + PYO3_CROSS_LIB_DIR: '/opt/python/cp313-cp313/lib' } ] steps: