Skip to content

Commit

Permalink
Replace python 3.7 with 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jul 31, 2023
1 parent c210f94 commit e0ec8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.7]
python: [3.8]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e0ec8de

Please sign in to comment.