Skip to content

Commit

Permalink
Bump lowest test version to Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Aug 23, 2023
1 parent 452cc95 commit bc7b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ 3.7, 3.9, "3.11" ]
python: [ 3.8, 3.9, "3.11" ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
defaults:
run:
Expand Down

0 comments on commit bc7b125

Please sign in to comment.