Skip to content

Commit

Permalink
ci(main): bump minimum python to 3,8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jul 20, 2023
1 parent 74dbeef commit c58ab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.8", "3.10"]

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c58ab2d

Please sign in to comment.