Skip to content

Commit ba38187

Browse files
committed
fix: do not set a default version for python
Because the version handling for the backends is totally incompatible
1 parent 0b15162 commit ba38187

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

dist/actions_python.e4a82577.js renamed to dist/actions_python.f691d232.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions_python.e4a82577.js.map renamed to dist/actions_python.f691d232.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/default_versions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const DefaultVersions: Record<string, string> = {
1212
gcovr: "5.1", // https://pypi.org/project/gcovr/
1313
conan: "1.48.2", // https://github.com/conan-io/conan/releases
1414
meson: "0.62.2", // https://github.com/mesonbuild/meson/releases
15-
python: "3.8.10", // semver
1615
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
1716
task: "3.12.1", // https://github.com/go-task/task/releases
1817
doxygen: "1.9.4", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen

0 commit comments

Comments
 (0)