Skip to content

Commit

Permalink
ci: py37 as minimal version tested in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Mar 17, 2023
1 parent 8244ff6 commit 047a6e2
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 @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.9]
python-version: [3.7, 3.9]
os: [ubuntu-latest]
steps:
- name: Checkout the repo
Expand Down

0 comments on commit 047a6e2

Please sign in to comment.