Compare commits

..

2 Commits

Author SHA1 Message Date
priya-kinthali
dbb2db2ed5 Update macos-python-builder.psm1 2024-12-05 12:59:45 +05:30
priya-kinthali
3adfb41a4b Update test-tk.yml 2024-12-05 12:06:36 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
tests-poetry:
strategy:
matrix:
os: [macos-latest-large]
os: [macos-13]
# python-version: ["3.8.10", "3.8.17", "3.9.1", "3.9.19", "3.9.19", "3.10.1", "3.10.14", "3.11.9"]
python-version: [ "3.10.16"]

View File

@@ -80,7 +80,7 @@ class macOSPythonBuilder : NixPythonBuilder {
$env:CFLAGS = "-I/usr/local/opt/zlib/include"
}
if ($this.Version -lt "3.10") {
if ($this.Version -lt "3.11.0") {
$configureString += " --with-tcltk-includes='-I /usr/local/opt/tcl-tk/include/tcl-tk' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"
}