diff options
| author | Bob Halley <halley@dnspython.org> | 2021-12-07 05:33:11 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2021-12-07 05:33:11 -0800 |
| commit | b22a07d2d17e30e4707c96eca5661d678ad137f1 (patch) | |
| tree | da291629719433ac6e68f805a09b7ce4180767c9 | |
| parent | f851f31d3558fc388722b34548d11e6fb1d060f2 (diff) | |
| download | dnspython-b22a07d2d17e30e4707c96eca5661d678ad137f1.tar.gz | |
test 3.10 and windows too
| -rw-r--r-- | .github/workflows/python-package.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index ea27d86..6fd45cd 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -12,11 +12,16 @@ on: jobs: build: - runs-on: ubuntu-latest strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9] + os: [ubuntu-latest, windows-latest] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10] + exclude: + - os: windows-latest + python-version: 3.7 + - os: windows-latest + python-version: 3.6 steps: - uses: actions/checkout@v2 |
