aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: