8787 with :
8888 filter : |
8989 Doc/**
90- # Temporarily skip paths with spaces
91- # (i.e. "C API", "Core and Builtins")
92- # to avoid "Error: One of your files includes a space".
93- # Pending https://github.com/python/core-workflow/issues/186
94- # Misc/**
95- Misc/NEWS.d/next/Build/**
96- Misc/NEWS.d/next/Documentation/**
97- Misc/NEWS.d/next/IDLE/**
98- Misc/NEWS.d/next/Library/**
99- Misc/NEWS.d/next/Security/**
100- Misc/NEWS.d/next/Tests/**
101- Misc/NEWS.d/next/Tools-Demos/**
102- Misc/NEWS.d/next/Windows/**
103- Misc/NEWS.d/next/macOS/**
90+ Misc/**
10491 .github/workflows/reusable-docs.yml
92+ format : csv # works for paths with spaces
10593 - name : Check for docs changes
10694 if : >-
10795 github.event_name == 'pull_request'
@@ -232,7 +220,7 @@ jobs:
232220 path : config.cache
233221 key : ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
234222 - name : Install Homebrew dependencies
235- run : brew install pkg-config openssl@1.1 xz gdbm tcl-tk
223+ run : brew install pkg-config openssl@3.0 xz gdbm tcl-tk
236224 - name : Configure CPython
237225 run : |
238226 GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -241,7 +229,7 @@ jobs:
241229 --config-cache \
242230 --with-pydebug \
243231 --prefix=/opt/python-dev \
244- --with-openssl="$(brew --prefix openssl@1.1 )"
232+ --with-openssl="$(brew --prefix openssl@3.0 )"
245233 - name : Build CPython
246234 run : make -j4
247235 - name : Display build info
0 commit comments