We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f8f55 commit 9beb790Copy full SHA for 9beb790
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@master
16
- uses: actions/setup-python@v5
17
with:
18
- python-version: '3.11'
+ python-version: '3.13'
19
- name: Install pip dependencies
20
run: pip install -r requirements.txt
21
- uses: pre-commit/action@v3.0.1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim
+FROM python:3.13-slim
2
3
WORKDIR /app
4
0 commit comments