Skip to content

Commit

Permalink
bump minimum python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed May 11, 2024
1 parent 245250f commit 780d833
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 @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
pyversion: ["3.x", "3.7"]
pyversion: ["3.x", "3.8"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.pyversion }}
Expand Down

0 comments on commit 780d833

Please sign in to comment.