Skip to content

Commit b817774

Browse files
committed
[AWSX] fix(logs-forwarder): fix documentation related to Python3.13
1 parent a393880 commit b817774

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

aws/logs_monitoring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ The <a href="#cloudformation-parameters">environment variables provided on this
148148

149149
If you encounter issues upgrading to the latest version, check the Troubleshooting section.
150150

151-
### Upgrade an older version to 4.12.0+
152-
Starting version 4.12.0+ Lambda function has been updated to require **Python 3.13**. If upgrading an older forwarder installation to 4.12.0+, ensure AWS Lambda function is configured to use Python 3.13
151+
### Upgrade an older version to 4.13.0+
152+
Starting version 4.13.0+ Lambda function has been updated to require **Python 3.13**. If upgrading an older forwarder installation to 4.13.0+, ensure AWS Lambda function is configured to use Python 3.13
153153

154154
### Upgrade an older version to 4.3.0+
155155
Starting version 4.3.0 Lambda forwarder will support a single python version only. The supported Python version of this release is 3.12.

static-analysis.datadog.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
schema-version: v1
2+
rulesets:
3+
- python-best-practices
4+
- python-code-style
5+
- python-django
6+
- python-flask
7+
- python-inclusive
8+
- python-pandas
9+
- python-security

0 commit comments

Comments
 (0)