Skip to content

Commit

Permalink
python: rm 3.8, add python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Nov 7, 2024
1 parent 9145423 commit d5f3665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/config/dependency-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@ dependencies:
python:
lines: #! python 3 minor version EOLs are 5 years after their first final release
#! https://devguide.python.org/#status-of-python-branches
- line: 3.8.X
deprecation_date: 2024-10-14
link: https://www.python.org/dev/peps/pep-0569/
- line: 3.9.X
deprecation_date: 2025-10-05
link: https://www.python.org/dev/peps/pep-0596/
Expand All @@ -285,6 +282,9 @@ dependencies:
- line: 3.12.X
deprecation_date: 2028-10-02
link: https://www.python.org/dev/peps/pep-0693/
- line: 3.13.X
deprecation_date: 2029-10-07
link: https://peps.python.org/pep-0719/
nodejs:
lines:
- line: 3.11.X
Expand Down

0 comments on commit d5f3665

Please sign in to comment.