diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:03:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:03:19 +0300 |
commit | c94aca6e744e5ab55005f75fa8cd20110a987f53 (patch) | |
tree | 5c23aefec84379870d61a7b42d2b6cce2a41d371 | |
parent | merge constraints.txt back to requirements.txt (diff) | |
download | sorting-algorithms-c94aca6e744e5ab55005f75fa8cd20110a987f53.tar.gz sorting-algorithms-c94aca6e744e5ab55005f75fa8cd20110a987f53.zip |
workflows/test: test w/ latest Python also
-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 36311d7..55df4ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.x] runs-on: ubuntu-18.04 name: 'Python ${{ matrix.python-version }}' env: |