Skip to content

Notas migración #2731

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

Merged
merged 5 commits into from
Dec 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Complete instructions for upgrade and update version in github action…
… file
  • Loading branch information
aandrea committed Nov 3, 2023
commit aae59789f92637bd19ab24cc2e19f6b73466f5ff
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Preparar Python v3.11
- name: Preparar Python v3.12
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"
- name: Sincronizar con CPython
run: |
Expand Down
15 changes: 5 additions & 10 deletions .overrides/upgrade-python-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,13 @@ We are currently in branch 3.11, and we want to update the strings from 3.12.
**Once the process is completely and you are happy with the results,
there are a few extra steps to finish the process**

#. Upgrade GitHub Actions to use Python 3.12::
Something to be done.
#. Upgrade GitHub Actions to use Python 3.12, by updating Python version to 3.12 in the '.github/workflows/main.yml' file.

#. Update Read the Docs project to use 3.12 in the build and also as default branch/version::
Update here.
#. Update the *Read the Docs* project to use 3.12 in the build and also as default branch/version.

#. Añadir paso final de commitear todos los archivos generados::
// TODO
#. Commit all the newly created files locally.

#. Crear rama 3.12 en el repositorio para hacer el merge ahí::
// TODO
#. Create branch 3.12 in the repository in order to merge changes there.

#. Cambiar branch por defecto en el repositorio::
// TODO
#. Inside the github project settings, set 3.12 branch as the default branch for the repository.