aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:07:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:07:45 +0300
commit0804330e18ea861bff64efba96cd2c858edb93c1 (patch)
treee6b211ce701ea4e81e9fbbe1d5337c59bbc16d16 /.github
parentworkflows/test: remove redundant parameters (diff)
downloadvk-scripts-0804330e18ea861bff64efba96cd2c858edb93c1.tar.gz
vk-scripts-0804330e18ea861bff64efba96cd2c858edb93c1.zip
workflows/test: test w/ latest Python
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 19e70cb..3d500a4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,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 }}'
steps: