[TEST] run tests.yml on py39 and py310 (#1882)

i think it is a good idea to test both at least for fakewallet tests.
This commit is contained in:
dni ⚡
2023-08-18 09:50:56 +01:00
committed by GitHub
parent b43e7efa0b
commit c7cf743852
+2 -2
View File
@@ -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