Skip to content

Commit

Permalink
Merge pull request #275 from nzw0301/keras-and-tensorboard-312
Browse files Browse the repository at this point in the history
Add python 3.12 to CI python versions for `keras` and `tensorboard` examples
  • Loading branch information
nabenabe0928 authored Aug 5, 2024
2 parents baa9e16 + 3866ea6 commit c1cc06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/keras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tensorboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c1cc06b

Please sign in to comment.