Skip to content

Commit e4d0d4a

Browse files
Update dependency python to v3.14.4 (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1331121 commit e4d0d4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: 3.14.3
24+
python-version: 3.14.4
2525

2626
- uses: actions/setup-node@v6
2727
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Created by Jugal Kishore -- 2025
33
#
44
# Using Python 3.13
5-
FROM python:3.14.3-slim
5+
FROM python:3.14.4-slim
66

77
# Set Time Zone to IST
88
ENV TZ="Asia/Kolkata"

0 commit comments

Comments
 (0)