[all-commits] [llvm/llvm-project] 588802: [GitHub] Add python 3.7 to libclang python test (#...
Craig Hesling via All-commits
all-commits at lists.llvm.org
Wed Jan 17 01:16:07 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 588802a6708d8d3116331d975eb80eba7cfdae24
https://github.com/llvm/llvm-project/commit/588802a6708d8d3116331d975eb80eba7cfdae24
Author: Craig Hesling <craig at hesling.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M .github/workflows/libclang-python-tests.yml
M .github/workflows/llvm-project-tests.yml
Log Message:
-----------
[GitHub] Add python 3.7 to libclang python test (#77219)
This enables the libclang python binding test to check
the oldest version of Python supported in addition
to the normal python version.
It is important to check this for issue #76664, since
many new mainstream python type annotation features
and best practices are not compatible with older
versions of python.
Additionally, frustration around ever increasing
platform dependencies and versions has been raised.
This will help ensure that python maintains reasonable
backwards compatibility.
Adding this additional build step will increase the
run time, but this should always be minimal, since
the additional libclang compilation should see 100%
cache hit rate.
Issue #76664.
Fixes #76601.
More information about the All-commits
mailing list