Skip to content

Commit

Permalink
Upgrade to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Oct 8, 2024
1 parent 8f032eb commit 5f81323
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 167 deletions.
1 change: 1 addition & 0 deletions .deploy/surfcams.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Type=simple
Restart=always
RestartSec=1
ExecStart=/bin/bash /home/anze/projects/surfcams/.deploy/run.sh
User=anze

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "surfcamsapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "~=3.12.5"
requires-python = "~=3.13.0"
dependencies = [
"django",
"django-admin-sortable2",
Expand Down
Loading

0 comments on commit 5f81323

Please sign in to comment.