summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-22 14:08:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-10-22 14:54:41 -0400
commit6ad08b8489ac1c1eba37d32525fa7fa8465076c9 (patch)
tree953c436518ef112a44ab7b812fdac2559369b7dd
parent5474714ed2622af66674fafe62ae01180c0adf81 (diff)
downloadpytest-runner-6ad08b8489ac1c1eba37d32525fa7fa8465076c9.tar.gz
Test on Python 3.9. Skip 3.7 to avoid creating too many builds. Release on 3.9.
-rw-r--r--.github/workflows/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b3dd81f..8c5c232 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -6,13 +6,13 @@ jobs:
test:
strategy:
matrix:
- python: [3.6, 3.7, 3.8]
+ python: [3.6, 3.8, 3.9]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Setup Python
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install tox
@@ -29,9 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: 3.9
- name: Install tox
run: |
python -m pip install tox