Skip to content

Commit

Permalink
bump min python version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Jun 12, 2023
1 parent 63b48d0 commit 7a8d4e2
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 @@ -16,7 +16,7 @@ jobs:
runs-on: [ 'ubuntu-latest' ]
strategy:
matrix:
py: [ '3.7', '3.11' ] # minimum required and latest stable
py: [ '3.8', '3.11' ]

steps:
- name: Install Python ${{ matrix.py }}
Expand Down

0 comments on commit 7a8d4e2

Please sign in to comment.