Skip to content

Commit

Permalink
Revert to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 6, 2025
1 parent 60eb18e commit 9f84ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: app
# in multiple versions. Check the Python documentation
# (https://docs.platform.sh/languages/python.html#supported-versions)
# to find the supported versions for the 'python' type.
type: "python:3.13"
type: "python:3.12"

dependencies:
python3:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nh3 = "~0.2"
platformshconfig = "~2.4"
psycopg2-binary = "~2.9"
pyquery = "~2.0"
python = "^3.13"
python = "^3.12"
python-magic = "~0.4"
sentry-sdk = "~2.17"
wagtail = "~6.3"
Expand Down

0 comments on commit 9f84ea5

Please sign in to comment.