Skip to content

Commit

Permalink
chore: Drop support for Python 3.8
Browse files Browse the repository at this point in the history
Co-authored-by: SpaceCondor <[email protected]>
  • Loading branch information
edgarrmondragon and SpaceCondor committed Aug 22, 2024
1 parent e1349aa commit a03d004
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 489 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ permissions:
jobs:
build:
strategy:
fail-fast: false
matrix:
py_version: ["3.8", "3.9", "3.10"]
py_version: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.py_version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py_version }}
- name: Install Tap Airbyte Wrapper
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.9
python_version = 3.10
warn_unused_configs = True

[mypy-backoff.*]
Expand Down
Loading

0 comments on commit a03d004

Please sign in to comment.