Skip to content

Commit

Permalink
ci: migrate from Python 3.12.7 to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Criamos committed Nov 29, 2024
1 parent 523a72e commit 0f351cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["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.7-slim-bookworm
FROM python:3.13-slim-bookworm

# ENV CRAWLER wirlernenonline_spider

Expand Down

0 comments on commit 0f351cc

Please sign in to comment.