Skip to content

Commit c783436

Browse files
committed
Revert "chore: Drop support for Python 3.7 (MeltanoLabs#166)"
This reverts commit c4e4376.
1 parent 3721031 commit c783436

File tree

3 files changed

+538
-673
lines changed

3 files changed

+538
-673
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11"]
23+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2424
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)