File tree Expand file tree Collapse file tree 5 files changed +6
-199
lines changed Expand file tree Collapse file tree 5 files changed +6
-199
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5656 fail-fast : false
5757 matrix :
5858 python_version :
59- - " 3.11 "
59+ - " 3.12 "
6060 os :
6161 - ubuntu-latest
6262
9191 fail-fast : false
9292 matrix :
9393 python_version :
94- - " 3.11 "
94+ - " 3.12 "
9595 os :
9696 - ubuntu-latest
9797
Original file line number Diff line number Diff 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.
6464python :
65- - " 3.11 "
65+ - " 3.12 "
6666
6767# The following will tell Travis CI to ends as fast as possible.
6868matrix :
You can’t perform that action at this time.
0 commit comments