Skip to content

Commit dcfdc01

Browse files
committed
Test reinstate python 4.13 AWS
1 parent a699b7d commit dcfdc01

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

features/aws-lambda/handled.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3.9 is currently the minimum python version with a lambda runtime
22
# 3.14 is not supported by the AWS `sam` CLI at the moment
3-
@not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8 @not-python-3.14
3+
@not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8
44
Feature: Handled exceptions in AWS Lambda
55

66
Scenario: Handled exceptions are delivered in an AWS Lambda app

features/aws-lambda/sessions.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8 @not-python-3.14
1+
@not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8
22
Feature: Sessions in AWS Lambda
33

44
Scenario: Manually started sessions are delivered in an AWS Lambda app when auto_capture_sessions is True

features/aws-lambda/unhandled.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8 @not-python-3.14
1+
@not-python-3.5 @not-python-3.6 @not-python-3.7 @not-python-3.8
22
Feature: Unhandled exceptions in AWS Lambda
33

44
Scenario: Unhandled exceptions are delivered in an AWS Lambda app

0 commit comments

Comments
 (0)