diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 22:38:21 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 22:38:21 +0100 |
commit | ebd322ec9801eaadf886ad3953170ece71e87bf4 (patch) | |
tree | 2113ea7352e0595692ac576d8764c56c69397425 /.github/workflows/basic.yml | |
parent | packaging: move to pyproject.toml-only (diff) | |
download | cmake-common-ebd322ec9801eaadf886ad3953170ece71e87bf4.tar.gz cmake-common-ebd322ec9801eaadf886ad3953170ece71e87bf4.zip |
workflows/basic: test more Python versions
Diffstat (limited to '.github/workflows/basic.yml')
-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 d7ad6c2..c5cbeb0 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -58,7 +58,7 @@ jobs: python-versions: strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, 3.x] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] include: # Unpin when this is fixed: # https://github.com/actions/setup-python/issues/544 |