diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 226ed72..97df165 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.7, 3.8 ] + python-version: [ '3.7', '3.10' ] steps: - uses: actions/checkout@v2