Skip to content

Commit

Permalink
remove 3.13 check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Aug 4, 2024
1 parent 7937163 commit 9e8d5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: [mypy, black, ruff]
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12']
name: python ${{ matrix.python-version }} tests
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 9e8d5b6

Please sign in to comment.