Skip to content

Commit

Permalink
feat: Update PyAthena, drop support for Python 3.7 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 5, 2023
1 parent 5f3aa1b commit 99909b3
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 202 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### A CI workflow template that runs linting and python testing
### TODO: Modify as needed or as desired.

name: Test tap-athena

on: [push]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
pytest:
Expand All @@ -12,7 +13,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 99909b3

Please sign in to comment.