Skip to content

Commit 9beb790

Browse files
authored
Change runner python version to 3.13 (#14)
1 parent c4f8f55 commit 9beb790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@master
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.11'
18+
python-version: '3.13'
1919
- name: Install pip dependencies
2020
run: pip install -r requirements.txt
2121
- uses: pre-commit/action@v3.0.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.13-slim
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)