Skip to content

Commit 79eac85

Browse files
authored
Update Python version to 3.12.1 in CI workflow
1 parent 3bcf410 commit 79eac85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ['3.9', '3.10', '3.11', '3.12']
22+
python-version: ['3.9', '3.10', '3.11', '3.12.1']
2323
backend: ['tensorflow', 'jax', 'pytorch', 'paddle']
2424

2525
steps:

0 commit comments

Comments
 (0)