Skip to content

Commit 9a97064

Browse files
committed
ci: upgrade python 3.11 -> 3.12.
1 parent 8888338 commit 9a97064

File tree

5 files changed

+6
-199
lines changed

5 files changed

+6
-199
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
- ubuntu-latest
356356

357357
env:
358-
DOCKER_PYTHON_VERSION: "3.11"
358+
DOCKER_PYTHON_VERSION: "3.12"
359359
BUILDER_CLONE_DIRNAME: pyfunceble_docker
360360

361361
steps:
@@ -442,7 +442,7 @@ jobs:
442442
- ubuntu-latest
443443

444444
env:
445-
DOCKER_PYTHON_VERSION: "3.11"
445+
DOCKER_PYTHON_VERSION: "3.12"
446446
BUILDER_CLONE_DIRNAME: pyfunceble_docker
447447
OUR_DOCKER_USERNAME: ${{ secrets.OUR_DOCKER_USERNAME }}
448448
OUR_DOCKER_PASSWORD: ${{ secrets.OUR_DOCKER_PASSWORD }}

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- ubuntu-latest
204204

205205
env:
206-
DOCKER_PYTHON_VERSION: "3.11"
206+
DOCKER_PYTHON_VERSION: "3.12"
207207
BUILDER_CLONE_DIRNAM2: pyfunceble_docker
208208
OUR_DOCKER_USERNAME: ${{ secrets.OUR_DOCKER_USERNAME }}
209209
OUR_DOCKER_PASSWORD: ${{ secrets.OUR_DOCKER_PASSWORD }}

.github/workflows/switch-to-mkdocs.yml

Lines changed: 0 additions & 193 deletions
This file was deleted.

docs/use/ci-cd/github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
python_version:
59-
- "3.11"
59+
- "3.12"
6060
os:
6161
- ubuntu-latest
6262

@@ -91,7 +91,7 @@ jobs:
9191
fail-fast: false
9292
matrix:
9393
python_version:
94-
- "3.11"
94+
- "3.12"
9595
os:
9696
- ubuntu-latest
9797

docs/use/ci-cd/travis-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ language: python
6262
# This is the python version we are going to use for the tests.
6363
# Note: you can add any 3.x version to the list.
6464
python:
65-
- "3.11"
65+
- "3.12"
6666

6767
# The following will tell Travis CI to ends as fast as possible.
6868
matrix:

0 commit comments

Comments
 (0)