Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pin Python 3.12 in actions/setup-python #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Pin Python 3.12 in actions/setup-python
  • Loading branch information
rffontenelle authored Feb 4, 2025
commit 472ff06c98addd13738ac3bb66fa27b24e9e6c6c
4 changes: 2 additions & 2 deletions .github/workflows/update-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@master
with:
python-version: 3
python-version: '3.12'
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
working-directory: /usr/local/bin
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb six
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/setup-python@master
with:
python-version: 3
python-version: '3.12'
- uses: actions/checkout@master
with:
repository: python/cpython
Expand Down