From e8f3b1b9666153496e04fe4fb27c3656976b175d Mon Sep 17 00:00:00 2001 From: Oleg Ovcharuk Date: Thu, 15 Aug 2024 14:30:31 +0300 Subject: [PATCH] Add python 3.9 to tests matrix --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3b477b3c..fe2cf19a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8] + python-version: [3.8, 3.9] environment: [py, py-tls, py-proto3, py-tls-proto3] folder: [ydb, tests] exclude: