Skip to content

Commit

Permalink
Let's drop the requirements down to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
joshSzep committed Jul 13, 2024
1 parent 82fadcb commit 28ed86f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Joshua Szepietowski <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.11"
Django = "^5.0.6"
djangorestframework = "^3.15.2"
uuid7 = "^0.1.0"
Expand Down
1 change: 0 additions & 1 deletion render_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

env use 3.12
./create_venv.sh
source ./.venv/bin/activate
./migrate.sh

0 comments on commit 28ed86f

Please sign in to comment.