Skip to content

Commit a8b7124

Browse files
committed
Upgrade Python from 3.10 to 3.12
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
1 parent 9fbbdb5 commit a8b7124

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci-keras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
include:
3131
- name: TensorFlow-Keras 2.20.0 (Keras 3.11.2 Python 3.10)
3232
framework: kerastf
33-
python: '3.10'
33+
python: '3.12'
3434
tensorflow: 2.20.0
3535
keras: 3.11.2
3636

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
include:
3232
- name: legacy (TensorFlow 2.20.0 Keras 3.11.2 PyTorch 2.7.0 scikit-learn 1.6.1 Python 3.10)
3333
framework: legacy
34-
python: '3.10'
34+
python: '3.12'
3535
tensorflow: 2.20.0
3636
keras: 3.11.2
3737
torch: 2.8.0

.github/workflows/ci-pytorch-object-detectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Python
3535
uses: actions/setup-python@v6
3636
with:
37-
python-version: '3.10'
37+
python-version: '3.12'
3838

3939
- name: Free up space
4040
run: |

.github/workflows/ci-pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
include:
3131
- name: PyTorch 2.7.1 (Python 3.10)
3232
framework: pytorch
33-
python: '3.10'
33+
python: '3.12'
3434
torch: 2.7.1
3535
torchvision: 0.22.1
3636
torchaudio: 2.7.1
3737
- name: PyTorch 2.8.0 (Python 3.10)
3838
framework: pytorch
39-
python: '3.10'
39+
python: '3.12'
4040
torch: 2.8.0
4141
torchvision: 0.23.0
4242
torchaudio: 2.8.0

.github/workflows/ci-scikit-learn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: scikit-learn 1.5.2 (Python 3.10)
3232
framework: scikitlearn
3333
scikit-learn: 1.5.2
34-
python: '3.10'
34+
python: '3.12'
3535
- name: scikit-learn 1.6.1 (Python 3.10)
3636
framework: scikitlearn
3737
scikit-learn: 1.6.1
38-
python: '3.10'
38+
python: '3.12'
3939

4040
name: ${{ matrix.name }}
4141
steps:

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Python
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.12'
3636

3737
- name: Pre-install
3838
run: |

.github/workflows/ci-tensorflow-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
include:
3131
- name: TensorFlow 2.20.0 (Keras 3.11.2 Python 3.10)
3232
framework: tensorflow
33-
python: '3.10'
33+
python: '3.12'
3434
tensorflow: 2.20.0
3535
tf_version: v2
3636
keras: 3.11.2

0 commit comments

Comments
 (0)