From de830a9baa2d986d45e686e67fa41138deb9d309 Mon Sep 17 00:00:00 2001 From: Suren Khorenyan Date: Fri, 12 Apr 2024 11:22:37 +0300 Subject: [PATCH] Add python 3.12 to pipelines --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ea05e1f4..917bfa22 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,6 +30,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v3 @@ -55,6 +56,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" db-url: - "sqlite+aiosqlite:///./db.sqlite3" - "postgresql+asyncpg://user:passwd@localhost:5432/app"