Skip to content

Commit

Permalink
Python 3.13 support (#176)
Browse files Browse the repository at this point in the history
* Python 3.13 support
* chore: fix ENV definition
  • Loading branch information
zeriyoshi authored Jan 2, 2025
1 parent 9efdcd7 commit a976e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alpine is not the best option. But it is good enough.
FROM python:3.12.7-alpine3.20
FROM python:3.13.1-alpine3.21

ENV PYTHONUNBUFFERED 1
ENV PYTHONUNBUFFERED=1

COPY ./bot.py /application/bot.py
COPY ./requirements.txt /application/requirements.txt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ google_api_python_client==2.156.0
protobuf==5.29.2
pytz==2024.2
tweepy==4.14.0
standard-imghdr==3.13.0

0 comments on commit a976e8c

Please sign in to comment.