Skip to content

Commit

Permalink
3.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Apr 2, 2024
1 parent 2501136 commit d376520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d376520

Please sign in to comment.