summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-02 21:49:53 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-02 21:49:53 +0200
commit91fc81764a347797b79dfe6fa901a77b63d87473 (patch)
tree8413811bb82ca17496f4c842485278807f979edf
parentb7decf78584d00412ce8a52da34a5d5133690b3d (diff)
downloadpep8-91fc81764a347797b79dfe6fa901a77b63d87473.tar.gz
Add 3.10-dev to Github CI action
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4624d21..59dfac3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -41,6 +41,9 @@ jobs:
py: 3.9
toxenv: py
- os: ubuntu-latest
+ py: 3.10-dev
+ toxenv: py
+ - os: ubuntu-latest
py: 3.9
toxenv: flake8
runs-on: ${{ matrix.os }}