Skip to content

Commit

Permalink
ci(python): Remove Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed May 4, 2024
1 parent 555c6cb commit fe7db24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Unit tests
strategy:
matrix:
python-version: ['3.7', '3.10']
python-version: ['3.10']
os: [macos-latest, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit fe7db24

Please sign in to comment.