diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:10:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:10:17 +0300 |
commit | 05cc7b83b30fc7eb8eba4ab5c0a46f0a2b330537 (patch) | |
tree | 22f58e4e571756a4aac6315fd510f2300fec6171 | |
parent | workflows/basic: test w/ multiple Pythons (diff) | |
download | cmake-common-05cc7b83b30fc7eb8eba4ab5c0a46f0a2b330537.tar.gz cmake-common-05cc7b83b30fc7eb8eba4ab5c0a46f0a2b330537.zip |
workflows/basic: test w/ latest Python
-rw-r--r-- | .github/workflows/basic.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 81d3b4a..a92e708 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -53,7 +53,7 @@ jobs: python-versions: strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.x] include: - os: ubuntu-20.04 - boost-version: 1.72.0 |