Skip to content

Commit

Permalink
3.13 installation prevented
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Oct 19, 2024
1 parent c1c5800 commit 1f92052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# setting the base-image
FROM python:3-slim
FROM python:3.12-slim

# importing the action
COPY . /action
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Updating the badge
uses: lnxpy/pypi-chart-badge@v1
uses: lnxpy/pypi-chart-badge@v1.1
with:
package_name: '<PACKAGE-NAME>'

Expand Down

0 comments on commit 1f92052

Please sign in to comment.