diff options
| author | Matthew Treinish <mtreinish@kortar.org> | 2020-11-17 11:32:10 -0500 |
|---|---|---|
| committer | Matthew Treinish <mtreinish@kortar.org> | 2020-11-17 11:32:10 -0500 |
| commit | 42cf513796112f20034d7d1a3bf5f5da2bd75ea8 (patch) | |
| tree | 8c4e56eb36c96c669cfbd369a82df940cae972f9 | |
| parent | fa0181b8a24739f63da7bc3910ce47ce0fe81c7d (diff) | |
| parent | bc7fa5b0297c6b05e15b7b6a0c887d88c335f0a7 (diff) | |
| download | testtools-42cf513796112f20034d7d1a3bf5f5da2bd75ea8.tar.gz | |
Merge remote-tracking branch 'origin/master' into remove-unittest2
| -rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6997fbf..1b47c26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,11 +8,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.5, 3.6, 3.7, 3.8, pypy3] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3] os: [ubuntu-18.04] - include: - # Dev versions - - { python-version: 3.9-dev, os: ubuntu-20.04 } steps: - uses: actions/checkout@v2 |
