Skip to content

Commit ecaefca

Browse files
authored
EOL Python 3.8 (#305)
* Update devcontainer-template.json EOL Python 3.8 * Update devcontainer-template.json EOL Python 3.8 * EOL Python 3.8 version bump
1 parent 01aaab2 commit ecaefca

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

src/postgres/devcontainer-template.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "postgres",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"name": "Python 3 & PostgreSQL",
55
"description": "Develop applications with Python 3 and PostgreSQL. Includes a Python application container and PostgreSQL server.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/postgres",
@@ -15,17 +15,14 @@
1515
"3.11-bookworm",
1616
"3.10-bookworm",
1717
"3.9-bookworm",
18-
"3.8-bookworm",
1918
"3-bullseye",
2019
"3.11-bullseye",
2120
"3.10-bullseye",
2221
"3.9-bullseye",
23-
"3.8-bullseye",
2422
"3-buster",
2523
"3.11-buster",
2624
"3.10-buster",
27-
"3.9-buster",
28-
"3.8-buster"
25+
"3.9-buster"
2926
],
3027
"default": "3.11-bullseye"
3128
}

src/python/devcontainer-template.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"name": "Python 3",
55
"description": "Develop Python 3 applications.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/python",
@@ -16,13 +16,11 @@
1616
"3.11-bookworm",
1717
"3.10-bookworm",
1818
"3.9-bookworm",
19-
"3.8-bookworm",
2019
"3-bullseye",
2120
"3.12-bullseye",
2221
"3.11-bullseye",
2322
"3.10-bullseye",
24-
"3.9-bullseye",
25-
"3.8-bullseye"
23+
"3.9-bullseye"
2624
],
2725
"default": "3.12-bullseye"
2826
}

0 commit comments

Comments
 (0)