Skip to content

Commit

Permalink
Run tests under Python 3.9 instead of 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Jun 20, 2024
1 parent 61d586e commit d1c5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]
runs-on: windows-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d1c5b0e

Please sign in to comment.