Skip to content

Commit

Permalink
Bump Python versions. (ansible-community#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Oct 21, 2024
1 parent ecb4239 commit a23aae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a23aae0

Please sign in to comment.