Skip to content

Commit

Permalink
Merge pull request #597 from pinterest/py37_deprecation
Browse files Browse the repository at this point in the history
Update ci.yml and remove python 3.7
  • Loading branch information
yurushao authored Aug 3, 2024
2 parents c98a9ba + b0138a5 commit 0839963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9']

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

0 comments on commit 0839963

Please sign in to comment.