Skip to content

Commit 4b19ff9

Browse files
igba1980igba.ujege
andauthored
Update Python version in CI workflow to 3.12 (#153)
Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent dd5ae8f commit 4b19ff9

2 files changed

Lines changed: 797 additions & 584 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.8
15+
- name: Install Python 3.12
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919

2020
- name: Upgrade python pip
2121
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)