aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:03:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:03:19 +0300
commitc94aca6e744e5ab55005f75fa8cd20110a987f53 (patch)
tree5c23aefec84379870d61a7b42d2b6cce2a41d371 /.github
parentmerge constraints.txt back to requirements.txt (diff)
downloadsorting-algorithms-c94aca6e744e5ab55005f75fa8cd20110a987f53.tar.gz
sorting-algorithms-c94aca6e744e5ab55005f75fa8cd20110a987f53.zip
workflows/test: test w/ latest Python also
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
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: