From 910e391ef89b27a790a192d9202329c8e5ac6565 Mon Sep 17 00:00:00 2001 From: Denis Bulgakov Date: Mon, 23 Dec 2024 22:31:02 +0400 Subject: [PATCH] change python versions in matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc6c116..4eaa565 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10] + python-version: [3.9, 3.10, 3.11] services: postgres: image: postgres