From c7cf7438520a6d2505dda5bc62bc9dc7031f3349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 18 Aug 2023 10:50:56 +0200 Subject: [PATCH] [TEST] run tests.yml on py39 and py310 (#1882) i think it is a good idea to test both at least for fakewallet tests. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76cc41312..889bd8868 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10"] poetry-version: ["1.5.1"] steps: - uses: actions/checkout@v3 @@ -44,7 +44,7 @@ jobs: --health-retries 5 strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10"] poetry-version: ["1.5.1"] steps: - uses: actions/checkout@v3