Skip to content

Commit

Permalink
feat(deps): Bump the singer-sdk group with 1 update (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 7497533 commit 9b76ba5
Show file tree
Hide file tree
Showing 5 changed files with 442 additions and 358 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
PIP_CONSTRAINT: .github/workflows/constraints.txt
FORCE_COLOR: "1"
NOXSESSION: run
NOXPYTHON: "3.11"
NOXPYTHON: "3.12"
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.0.0
with:
python-version: 3.11
python-version: 3.12

- name: Install Poetry
run: |
Expand Down Expand Up @@ -82,8 +82,9 @@ jobs:
strategy:
matrix:
include:
- {python-version: "3.11", session: "mypy"}
- {python-version: "3.12", session: "mypy"}
- {python-version: "3.11", session: "tests"}
- {python-version: "3.12", session: "tests"}
- {python-version: "3.10", session: "tests"}
- {python-version: "3.9", session: "tests"}
- {python-version: "3.8", session: "tests"}
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
src_dir = "tap_jotform"
tests_dir = "tests"

python_versions = ["3.11", "3.10", "3.9", "3.8"]
main_python_version = "3.11"
python_versions = ["3.12", "3.11", "3.10", "3.9", "3.8"]
main_python_version = "3.12"
locations = src_dir, tests_dir, "noxfile.py"
nox.options.sessions = (
"mypy",
Expand Down
Loading

0 comments on commit 9b76ba5

Please sign in to comment.