Skip to content

Commit

Permalink
Move to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 3, 2024
1 parent 301edf9 commit 8a20677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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.11'
type: 'python:3.12'

variables:
env:
DJANGO_SETTINGS_MODULE: 'config.settings.platform'
# pip
POETRY_VIRTUALENVS_IN_PROJECT: true
POETRY_VIRTUALENVS_CREATE: true
POETRY_VERSION: 1.5.1
POETRY_VERSION: 1.6.1

# The size of the persistent disk of the application (in MB).
disk: 2048
Expand All @@ -35,7 +35,7 @@ hooks:
curl -sS https://platform.sh/cli/installer | php
# Download the latest version of pip
python3.11 -m pip install --upgrade pip
python3.12 -m pip install --upgrade pip
# Install and configure Poetry
# Set user to false to install Poetry globally
Expand Down

0 comments on commit 8a20677

Please sign in to comment.