Skip to content

Commit

Permalink
chore: Update Python version to 3.12 in Dockerfile and update GitHub …
Browse files Browse the repository at this point in the history
…Actions
  • Loading branch information
mathix420 committed Aug 21, 2024
1 parent cf9e1c2 commit f7b41d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache-dependency-path: |
requirements.txt
requirements-dev.txt
install-cmd: pip install -r requirements.txt -c requirements-dev.txt
install-cmd: pip install -r requirements.txt -r requirements-dev.txt

- name: Building pylone
run: python3 setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.12-alpine

RUN apk add gcc musl-dev bash

Expand Down

0 comments on commit f7b41d0

Please sign in to comment.