Skip to content

Commit 36d7df2

Browse files
authored
chore: release v8.118.0 (#691)
* v8.118.0 * remove build for 3.8 for system tests (3.8 is no longer supported after DataDog/dd-trace-py@469a7b8)
1 parent f74f9ca commit 36d7df2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
arch: [arm64, amd64]
18-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
18+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- name: Checkout

datadog_lambda/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "8.118.0.dev0"
1+
__version__ = "8.118.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datadog_lambda"
3-
version = "8.118.0.dev0"
3+
version = "8.118.0"
44
description = "The Datadog AWS Lambda Library"
55
authors = ["Datadog, Inc. <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)