Skip to content

Commit

Permalink
update gha to py12
Browse files Browse the repository at this point in the history
docs: py312
  • Loading branch information
JasonLovesDoggo committed Jan 5, 2024
1 parent bb1c7bd commit 648e9f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/onboarding.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Metropolis (Backend)
Make sure you have python 3.9 - 3.10 installed;
As of now, the project is only compatible with versions between python 3.9 and 3.10.11.
Make sure you have python 3.10–3.12 installed;
Ideally, you use python 3.12

## Running Locally

Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
in let
common = {
projectDir = ./.;
python = pkgs.python310;
python = pkgs.python312;
overrides = pkgs.poetry2nix.defaultPoetryOverrides.extend
(self: super:
(add-setuptools super "martor")
Expand All @@ -33,7 +33,7 @@
in {
devShells.default = (mkPoetryEnv common).env.overrideAttrs (prev: {
buildInputs = with pkgs; [
python310
python312
poetry
openssl
black
Expand Down
1 change: 1 addition & 0 deletions metropolis/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"""

import os
import warnings

from django.core.wsgi import get_wsgi_application

Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 648e9f1

Please sign in to comment.