Skip to content

Commit

Permalink
MNT run tests on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDLT committed Apr 5, 2023
1 parent 86a9b42 commit aa7fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: [3.7]
max-parallel: 5

steps:
Expand Down

0 comments on commit aa7fcf2

Please sign in to comment.