Skip to content

Commit

Permalink
Python 3.12 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Sep 1, 2024
1 parent ce9d0bf commit 94f0289
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/episari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gsheets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ostanizdrav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Run legacy OstaniZdrav update script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sewage-opsi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sewage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vaccination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vaccination_opsi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install python dependencies
Expand Down

0 comments on commit 94f0289

Please sign in to comment.