Skip to content

Commit

Permalink
Update python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Oct 20, 2024
1 parent 9f74040 commit 0c86da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ "3.12" ]
python-version: [ "3.12", "3.13" ]

steps:
- uses: actions/checkout@v4
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.12-slim
FROM python:3.13-slim
WORKDIR /home/

ENV APP_HOME=/home/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ huey==2.5.2
humanfriendly==10.0
prometheus-client==0.21.0
prompt-toolkit==3.0.48
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
Pillow==10.4.0
python-json-logger==2.0.7
qrcode==8.0
Expand Down

0 comments on commit 0c86da2

Please sign in to comment.