diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:15:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:15:09 +0300 |
commit | e47f8bbbe83c9d5d8200e2a1e472bd8507f2dee1 (patch) | |
tree | 18729acc2afa49a58914db370b3162aedee6d366 /.github | |
parent | workflows/test: linting (diff) | |
download | linux-status-e47f8bbbe83c9d5d8200e2a1e472bd8507f2dee1.tar.gz linux-status-e47f8bbbe83c9d5d8200e2a1e472bd8507f2dee1.zip |
workflows/test: test w/ latest Python
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cef056b..a52c7ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.x] runs-on: ubuntu-latest name: 'Python ${{ matrix.python-version }}' steps: |