Skip to content

Commit

Permalink
Drop 3.8, add support for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceCondor committed Jan 2, 2025
1 parent 0f4b6c5 commit fb4d58c
Show file tree
Hide file tree
Showing 6 changed files with 408 additions and 350 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.

## Supported Python Versions

* 3.8
* 3.9
* 3.10
* 3.11
* 3.12
* 3.13

A full list of supported settings and capabilities for this
tap is available by running:
Expand Down
Empty file removed main.py
Empty file.
Loading

0 comments on commit fb4d58c

Please sign in to comment.