Skip to content

Commit

Permalink
WIP: disable python3.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Jan 2, 2025
1 parent 0b68a64 commit d40a0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
version: ['3.7', '3.12']
version: ['3.12']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d40a0a5

Please sign in to comment.