diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 2d3d0b8..84fa39c 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10.13'] + python-version: ['3.10.14'] steps: - uses: actions/checkout@v2 - uses: pantsbuild/actions/init-pants@v4-scie-pants diff --git a/pants.toml b/pants.toml index 0df19dd..af367be 100644 --- a/pants.toml +++ b/pants.toml @@ -17,7 +17,7 @@ root_patterns = [ [python-bootstrap] search_path = [ - "/opt/hostedtoolcache/Python/3.10.13/x64/bin", + "/opt/hostedtoolcache/Python/3.10.14/x64/bin", "/opt/homebrew/bin", "/usr/local/bin", "/usr/bin",