diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-10-11 16:59:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 16:59:40 +0200 |
| commit | ced08e12aafc73a4e903e0cc0546729248b437b5 (patch) | |
| tree | a4a12ba01ec386958b1dcfc2f3a440db2699b2d9 /.github/workflows/checker.yml | |
| parent | 613c1aa8ebe3b22e5be01dad03ed52cc0fe0d729 (diff) | |
[enh] ci: bump to cp3.14 (#5302)
Diffstat (limited to '.github/workflows/checker.yml')
| -rw-r--r-- | .github/workflows/checker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index 43d4976c5..c3a4233b3 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -15,7 +15,7 @@ permissions: contents: read env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.14" jobs: search: |