Skip to content

Commit

Permalink
remove old python version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanRademaker committed Nov 28, 2023
1 parent cc189ec commit 7650f55
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
144 changes: 23 additions & 121 deletions aws-lambda/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws-lambda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["LICENSE"]
packages = [{ include = "databricks_cdk", from = "src" }]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
pydantic = "^1.4.0"
requests = ">=2.22"
boto3 = "^1.21.10"
Expand Down

0 comments on commit 7650f55

Please sign in to comment.