From 1f1c29d516ed8e080b3a9c74df456e2a5a4e2e87 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 19 Oct 2024 16:39:37 +0200 Subject: [PATCH] Bump Python versions. --- .github/workflows/ansible-release.yml | 4 ++-- .github/workflows/antsibull-build.yml | 4 ++-- .github/workflows/nox.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible-release.yml b/.github/workflows/ansible-release.yml index 3399f933ae..53677f7dc7 100644 --- a/.github/workflows/ansible-release.yml +++ b/.github/workflows/ansible-release.yml @@ -65,10 +65,10 @@ jobs: path: antsibull-build/build/ansible-build-data ref: ${{ inputs.existing-branch || '' }} - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Install dependencies working-directory: antsibull-build diff --git a/.github/workflows/antsibull-build.yml b/.github/workflows/antsibull-build.yml index 5b44959722..df535984db 100644 --- a/.github/workflows/antsibull-build.yml +++ b/.github/workflows/antsibull-build.yml @@ -77,10 +77,10 @@ jobs: with: path: antsibull-build/build/ansible-build-data - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Install dependencies working-directory: antsibull-build diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 9b1dbccf0d..8effc365c7 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - session: lint - python-versions: "3.12" + python-versions: "3.13" name: "Run nox ${{ matrix.session }} session" steps: - name: Check out ansible-build-data