Skip to content

Commit

Permalink
run tests on 3.9 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed May 15, 2024
1 parent c373c9a commit 13fe16a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1,892 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
python: [ "3.9", "3.10", "3.11" ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
Loading

0 comments on commit 13fe16a

Please sign in to comment.