From 01d2c74ff2b57c98b145a0ec7df8cb9a1de75011 Mon Sep 17 00:00:00 2001 From: Dmytro Kazanzhy Date: Mon, 5 Jun 2023 18:29:56 +0300 Subject: [PATCH] Add v3.12 --- .github/workflows/update-and-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-and-build.yml b/.github/workflows/update-and-build.yml index 9d35f8d5f..45b0a8fd8 100644 --- a/.github/workflows/update-and-build.yml +++ b/.github/workflows/update-and-build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['3.8', '3.9', '3.10', '3.11'] + version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: styfle/cancel-workflow-action@main with: @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['3.8', '3.9', '3.10', '3.11'] + version: ['3.8', '3.9', '3.10', '3.11', '3.12'] format: [html, latex] needs: ['update-translation'] steps: @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['3.8', '3.9', '3.10', '3.11'] + version: ['3.8', '3.9', '3.10', '3.11', '3.12'] needs: ['build-translation'] steps: - uses: actions/download-artifact@master