Generator: Update SDK /services/intake (#2048) · stackitcloud/stackit-sdk-python@e66e64a · GitHub
Skip to content

Commit e66e64a

Browse files
stackit-pipelinemarceljkMarcel Jacek
authored
Generator: Update SDK /services/intake (#2048)
* Generate intake * drop python 3.8 support * remove python 3.8 run in ci pipeline * add CHANGELOG.md, LICENSE.md and NOTICE.txt files --------- Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com> Co-authored-by: Marcel Jacek <Marcel.Jacek@stackit.cloud>
1 parent 3cab071 commit e66e64a

140 files changed

Lines changed: 12896 additions & 2404 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout

.github/workflows/dependency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.9"
2222
- name: Poetry Python dependeny updater
2323
env:
2424
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

CHANGELOG.md

Lines changed: 67 additions & 2 deletions

0 commit comments

Comments
 (0)