diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 3243cff8..49fe6ad6 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -57,7 +57,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -93,6 +93,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest - macos-latest @@ -135,7 +136,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -160,6 +161,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest - macos-latest @@ -217,6 +219,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest @@ -272,6 +275,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index e3b55420..88bb6672 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -53,7 +53,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -89,6 +89,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest - macos-latest @@ -132,7 +133,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -157,6 +158,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest - macos-latest @@ -214,6 +216,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest @@ -269,6 +272,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest @@ -302,7 +306,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -346,7 +350,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index a58bddd9..b8df26d3 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -53,7 +53,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -85,10 +85,10 @@ jobs: fail-fast: false matrix: python_version: - - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest - macos-latest @@ -131,7 +131,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -154,7 +154,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest @@ -198,13 +198,13 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" os: - ubuntu-latest env: DOCKER_PYTHON_VERSION: "3.11" - BUILDER_CLONE_DIRNAME: pyfunceble_docker + BUILDER_CLONE_DIRNAM2: pyfunceble_docker OUR_DOCKER_USERNAME: ${{ secrets.OUR_DOCKER_USERNAME }} OUR_DOCKER_PASSWORD: ${{ secrets.OUR_DOCKER_PASSWORD }} OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }} diff --git a/sphinx-docs/usage/github-ci.rst b/sphinx-docs/usage/github-ci.rst index 5893577b..f9fc299b 100644 --- a/sphinx-docs/usage/github-ci.rst +++ b/sphinx-docs/usage/github-ci.rst @@ -34,7 +34,7 @@ Example of how you can run PyFunceble inside Github Actions. fail-fast: false matrix: python_version: - - "3.9.1" + - "3.11" os: - ubuntu-latest @@ -69,7 +69,7 @@ Example of how you can run PyFunceble inside Github Actions. fail-fast: false matrix: python_version: - - "3.9.1" + - "3.11" os: - ubuntu-latest