Skip to content

Commit

Permalink
Deprectate Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsenhc authored Oct 15, 2024
1 parent c88f60b commit 40115ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ You can write functions in any of the following runtimes and execute them straig
- Python 3.11
- Python 3.10
- Python 3.9
- Python 3.8
- Java 21
- Java 17
- Java 11
Expand Down
1 change: 0 additions & 1 deletion docs/functions/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Lambda supports multiple languages through the use of runtimes. You can choose a
- Python 3.11: `python3.11`
- Python 3.10: `python3.10`
- Python 3.9: `python3.9`
- Python 3.8: `python3.8`
- Java 21: `java21`
- Java 17: `java17`
- Java 11: `java11`
Expand Down
1 change: 1 addition & 0 deletions src/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ abstract class Runtime

public const PYTHON_39 = 'python3.9';

/** @deprecated */
public const PYTHON_38 = 'python3.8';

/** @deprecated */
Expand Down

0 comments on commit 40115ec

Please sign in to comment.