Skip to content

Commit

Permalink
Merge a91b568 into a8e8e3f
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Jan 31, 2022
2 parents a8e8e3f + a91b568 commit 8cc9699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
python: [2.7, 3.6, 3.7, 3.8, 3.9]
python: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10']

runs-on: "${{ matrix.os }}"

Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- name: Determine what scope of testing is available on ${{ matrix.os }}
if: |
matrix.python >= '3.6' && matrix.python != '3.9' &&
matrix.python >= '3.6' && matrix.python != '3.9' && matrix.python != '3.10' &&
(matrix.os != 'windows-latest' || matrix.python == '3.8')
run: |
echo 'testing=full' >> $GITHUB_ENV
Expand Down

0 comments on commit 8cc9699

Please sign in to comment.