summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-20 14:01:53 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-20 17:33:56 -0400
commit4a734d4841b0ad5fddad3c2524e512f608c82d74 (patch)
tree4d5851291b437d0643620ad0435cd2fc58ec8001
parent8698127dbd17b47d1d07e35bee3725fecb69670b (diff)
downloadpytest-runner-4a734d4841b0ad5fddad3c2524e512f608c82d74.tar.gz
Test on Python 3.10
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6a8ff00..7d6b455 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: