From bcdf9c157fceab255ebfb1f5600bd9cf919c3408 Mon Sep 17 00:00:00 2001 From: jason810496 <810496@email.wlsh.tyc.edu.tw> Date: Sun, 21 Jul 2024 20:09:34 +0800 Subject: [PATCH] ci: add python 3.9 ~ 3.12 for codecov --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 9fbb286..08f45ef 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.12"] + python-version: ["3.9","3.10","3.11","3.12"] name: Test pgmq-sqlalchemy steps: