From 21c4591ffe5bfe09d5128885e8a3b183fc0c77f7 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 30 Oct 2021 13:29:38 +0330 Subject: [PATCH] fix : python 3.10 added to test.yml #65 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96b5a95..5b54c3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}