Skip to content

Commit

Permalink
Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlls committed Oct 13, 2024
1 parent 20ec620 commit 8ee59e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
PYTHON_VERSION: 3.7 # test on the minimum version supported
PYTHON_VERSION: 3.9

jobs:
run-tests:
Expand All @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set-up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 8ee59e5

Please sign in to comment.