[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 10:50:56 +02:00 committed by GitHub
parent b43e7efa0b
commit c7cf743852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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