aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 23:09:06 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 23:28:25 +0100
commit6777f7614128b222d39147eeb823f314a21e5b81 (patch)
tree42e9400e4567872efe9efc4735fe6fa7aa394dbe
parentworkflows: trigger for paths (diff)
downloadcmake-common-6777f7614128b222d39147eeb823f314a21e5b81.tar.gz
cmake-common-6777f7614128b222d39147eeb823f314a21e5b81.zip
workflows/basic: drop Python 3.6
setuptools 61 doesn't support it (required for pyproject.toml-only configuration).
-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 7621e52..5477d4d 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.10', '3.11']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
# Unpin when this is fixed:
# https://github.com/actions/setup-python/issues/544