diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-20 14:01:53 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-20 17:33:56 -0400 |
| commit | 4a734d4841b0ad5fddad3c2524e512f608c82d74 (patch) | |
| tree | 4d5851291b437d0643620ad0435cd2fc58ec8001 /.github/workflows | |
| parent | 8698127dbd17b47d1d07e35bee3725fecb69670b (diff) | |
| download | python-setuptools-git-4a734d4841b0ad5fddad3c2524e512f608c82d74.tar.gz | |
Test on Python 3.10
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a8ff006..7d6b455b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,10 @@ jobs: test: strategy: matrix: - python: [3.6, 3.8, 3.9] + python: + - 3.6 + - 3.9 + - 3.10.0-alpha - 3.10.99 platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: |
