Skip to content

Commit

Permalink
py3.10: start testing petl compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Jan 31, 2022
1 parent a8e8e3f commit bb38c70
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 bb38c70

Please sign in to comment.