Skip to content

Commit 40115ec

Browse files
authored
Deprectate Python 3.8
1 parent c88f60b commit 40115ec

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ You can write functions in any of the following runtimes and execute them straig
2626
- Python 3.11
2727
- Python 3.10
2828
- Python 3.9
29-
- Python 3.8
3029
- Java 21
3130
- Java 17
3231
- Java 11

docs/functions/customization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Lambda supports multiple languages through the use of runtimes. You can choose a
1313
- Python 3.11: `python3.11`
1414
- Python 3.10: `python3.10`
1515
- Python 3.9: `python3.9`
16-
- Python 3.8: `python3.8`
1716
- Java 21: `java21`
1817
- Java 17: `java17`
1918
- Java 11: `java11`

src/Runtime.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ abstract class Runtime
2222

2323
public const PYTHON_39 = 'python3.9';
2424

25+
/** @deprecated */
2526
public const PYTHON_38 = 'python3.8';
2627

2728
/** @deprecated */

0 commit comments

Comments
 (0)