Skip to content

Commit a06ffa6

Browse files
committed
Update project to Python 3.13
1 parent 2a42669 commit a06ffa6

5 files changed

Lines changed: 716 additions & 668 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Python Dependencies
2727
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
2828
with:
29-
python_version: "3.12"
29+
python_version: "3.13"
3030

3131
# Check all of our dev dependencies are compatible with the MIT license.
3232
# If you added a new dependencies that is being rejected,

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
22
- name: "Python Environment"
3-
before: "pyenv install 3.12 && pyenv global 3.12"
3+
before: "pyenv install 3.13 && pyenv global 3.13"
44
init: "pip install poetry"
55
command: "export PIP_USER=false && poetry install && poetry run pre-commit install"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.12-slim
1+
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.13-slim
22

33
# Install dependencies
44
WORKDIR /bot

0 commit comments

Comments
 (0)