Skip to content

Commit 1f92052

Browse files
committed
3.13 installation prevented
1 parent c1c5800 commit 1f92052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# setting the base-image
2-
FROM python:3-slim
2+
FROM python:3.12-slim
33

44
# importing the action
55
COPY . /action

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Updating the badge
34-
uses: lnxpy/pypi-chart-badge@v1
34+
uses: lnxpy/pypi-chart-badge@v1.1
3535
with:
3636
package_name: '<PACKAGE-NAME>'
3737

0 commit comments

Comments
 (0)