Skip to content

Commit 6530788

Browse files
committed
Add python 3.12 to ci
1 parent a16da7d commit 6530788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
integration_name: 'fastaiv2'
121121
deprecated: false
122-
python_matrix: "['3.9', '3.10', '3.11']"
122+
python_matrix: "['3.9', '3.10', '3.11', '3.12']"
123123

124124
keras:
125125
if: needs.changes.outputs.keras == 'true'

.github/workflows/checks_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
python_matrix:
1616
required: false
1717
type: string
18-
default: "['3.8', '3.9', '3.10', '3.11']"
18+
default: "['3.8', '3.9', '3.10', '3.11', '3.12']"
1919
jobs:
2020
checks:
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)