From 9cd4fdd69367171a262287f56fd0e899e97b04d8 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 3 Feb 2025 21:12:45 +0100 Subject: [PATCH] build: use Python 3.13.1 when building with act --- .act-event.json | 2 +- .actrc | 2 +- .github/workflows/build.yml | 2 ++ .github/workflows/codeql-analysis.yml | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.act-event.json b/.act-event.json index 97ddbc4..35175f5 100644 --- a/.act-event.json +++ b/.act-event.json @@ -1,3 +1,3 @@ { - "act": true + "act": true } \ No newline at end of file diff --git a/.actrc b/.actrc index d7c8671..538a62f 100644 --- a/.actrc +++ b/.actrc @@ -6,4 +6,4 @@ -W .github/workflows/build.yml -j build --matrix os:ubuntu-latest ---matrix PYTHON_VERSION:3.12.1 +--matrix PYTHON_VERSION:3.13.1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7293a8c..526240a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,7 @@ on: - '**' paths-ignore: - '**/*.md' + - '.act*' - '.editorconfig' - '.git*' - '.github/*.yml' @@ -26,6 +27,7 @@ on: pull_request: paths-ignore: - '**/*.md' + - '.act*' - '.editorconfig' - '.git*' - '.github/*.yml' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b6c387d..32ee546 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -10,6 +10,7 @@ on: - '**' paths-ignore: - '**/*.md' + - '.act*' - '.editorconfig' - '.git*' - '.github/ISSUE_TEMPLATE/*'