Skip to content

Commit

Permalink
Revert "chore: Drop support for Python 3.7 (MeltanoLabs#166)"
Browse files Browse the repository at this point in the history
This reverts commit c4e4376.
  • Loading branch information
cameronSMN committed Mar 21, 2024
1 parent 3721031 commit c783436
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 673 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit c783436

Please sign in to comment.