summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-10-05 22:45:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-10-05 22:49:36 -0400
commitdc43378c8accd85321b42e3fe69fcb87e5266006 (patch)
tree055aa8581794e1fac54e78f1c9e7c836c3434586
parent8ea55f2fb26bd77997f0e9435bab2d41376a76d4 (diff)
downloadpytest-runner-dc43378c8accd85321b42e3fe69fcb87e5266006.tar.gz
Test on Python 3.10 (final).
-rw-r--r--.github/workflows/main.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7d6b455..6aad7f1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,8 +9,11 @@ jobs:
python:
- 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
@@ -34,7 +37,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