Skip to content

Commit

Permalink
Update dependencies and use Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
timhawes committed Nov 12, 2024
1 parent a813e18 commit 3d026b8
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM python:3.12
FROM python:3.13

WORKDIR /usr/src/app

Expand Down
Loading

0 comments on commit 3d026b8

Please sign in to comment.