Skip to content

Commit

Permalink
add support of python 3.12, remove support 3.7 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiAndreiev committed Jul 31, 2024
1 parent 949f81d commit dd74930
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- windows-latest
python-version:
# https://endoflife.date/python
- 3.7 # EOL: June 27th, 2023
- 3.8 # EOL: October 14th, 2024
- 3.9 # EOL: October 5rd, 2025
- '3.10' # EOL: October 4rd, 2026
- '3.11' # EOL: October 24th, 2027
- '3.12' # EOL: October 31th, 2028

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion test/integrations/python/django.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.12

COPY packages/python /src

Expand Down
2 changes: 1 addition & 1 deletion test/integrations/python/flask-webhooks.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.12

COPY packages/python /src

Expand Down
2 changes: 1 addition & 1 deletion test/integrations/python/flask.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.12

COPY packages/python /src

Expand Down

0 comments on commit dd74930

Please sign in to comment.