Skip to content

Commit

Permalink
chore: update dependencies and Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspolo committed Oct 17, 2023
1 parent 60433e9 commit f996818
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 235 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"

- name: Install dependencies
run: pip install poetry && make dependencies
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.10-slim
FROM python:3.12-slim
ENV PYTHONPATH=.
WORKDIR /usr/src/app

Expand Down

0 comments on commit f996818

Please sign in to comment.