Skip to content

Commit

Permalink
removed python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
einarnn committed Oct 30, 2021
1 parent efe58b9 commit 970b963
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 970b963

Please sign in to comment.