Skip to content

Commit

Permalink
remove Python 3.7 from 'dev' action
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pujol committed Jul 19, 2023
1 parent 2701d68 commit 98cc8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: [3.7, 3.8, 3.9, '3.10', '3.11']
python-versions: [3.8, 3.9, '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 98cc8e9

Please sign in to comment.