diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 19:17:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 19:17:21 -0400 |
| commit | 1473924e53680ac37ae0aa66d863ff39cbc63f3a (patch) | |
| tree | 96dc9acbb68f9241ab8e140c79fbc347e03f0065 /.github/workflows | |
| parent | 930ab79e2fdba0f5f8e54627dbe2b591695fd07f (diff) | |
| parent | aae281a9ff6c9a1fa9daad82c79457e8770a1c7e (diff) | |
| download | python-setuptools-git-1473924e53680ac37ae0aa66d863ff39cbc63f3a.tar.gz | |
Merge https://github.com/jaraco/skeleton
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b348056b..a82b6fd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,11 @@ jobs: - pypy3 - 3.6 - 3.9 - - 3.10.0-alpha - 3.10.99 - platform: [ubuntu-latest, macos-latest, windows-latest] + - "3.10" + platform: + - ubuntu-latest + - macos-latest + - windows-latest runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2 @@ -42,7 +45,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: "3.10" - name: Install tox run: | python -m pip install tox |
