Skip to content

Commit 3a3669f

Browse files
committed
Upgrade python version
1 parent 45a880b commit 3a3669f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-py39-functional-scim-auth.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Check out code
1515
uses: actions/checkout@v3
1616

17-
- name: Set up python
17+
- name: Set up python 3.12
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: 3.9
20+
python-version: 3.12
2121

2222
- name: Run keycloak container
2323
run: |

.github/workflows/test-py39-unit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- name: Set up Python 3.9
16+
- name: Set up Python 3.12
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.9
19+
python-version: 3.12
2020

2121
- name: Install ColdFront and plugin
2222
run: |

0 commit comments

Comments
 (0)