aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 22:38:21 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 22:38:21 +0100
commitebd322ec9801eaadf886ad3953170ece71e87bf4 (patch)
tree2113ea7352e0595692ac576d8764c56c69397425
parentpackaging: move to pyproject.toml-only (diff)
downloadcmake-common-ebd322ec9801eaadf886ad3953170ece71e87bf4.tar.gz
cmake-common-ebd322ec9801eaadf886ad3953170ece71e87bf4.zip
workflows/basic: test more Python versions
-rw-r--r--.github/workflows/basic.yml2
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