1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Fix running tests with Python 3.10

https://github.com/actions/setup-python/issues/249#issuecomment-934299359
This commit is contained in:
grossmj 2021-10-07 15:07:36 +10:30
parent b59b6816c3
commit d485a857a2

View File

@ -18,7 +18,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2