Skip to content

Commit

Permalink
Merge pull request #231 from not522/fix-tensorboard-ci
Browse files Browse the repository at this point in the history
Remove Python 3.7 and 3.8 from tensorboard CI
  • Loading branch information
HideakiImamura committed Jan 19, 2024
2 parents a9014b6 + 8bf205b commit bba9b7a
Showing 1 changed file with 1 addition and 1 deletion.
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.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

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

0 comments on commit bba9b7a

Please sign in to comment.