Skip to content

Commit

Permalink
Merge pull request #252 from not522/drop-wandb-37
Browse files Browse the repository at this point in the history
Drop Python 3.7 support for wandb
  • Loading branch information
c-bata authored Mar 28, 2024
2 parents 3389038 + 51ef7d6 commit 2524c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wandb.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.8', '3.9', '3.10', '3.11']

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

0 comments on commit 2524c5f

Please sign in to comment.