Skip to content

Commit

Permalink
Bump Python version used in CI (#3675)
Browse files Browse the repository at this point in the history
Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev>
  • Loading branch information
emontnemery and ludeeus committed May 22, 2024
1 parent 74f37b0 commit 3f47ab4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-python@v5.1.0
id: python
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'
cache-dependency-path: |
requirements_base.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-python@v5.1.0
id: python
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'
cache-dependency-path: |
requirements_base.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 🛠️ Set up Python
uses: actions/setup-python@v5.1.0
with:
python-version: "3.11"
python-version: "3.12"

- name: 🔢 Get version
if: ${{ github.event_name == 'release' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'
cache-dependency-path: |
requirements_base.txt
Expand Down

0 comments on commit 3f47ab4

Please sign in to comment.