Skip to content

Commit

Permalink
Fix environment-dependent build failure by pinning Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
clay53 committed Feb 16, 2025
1 parent ce23c8c commit 5e0dce6
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 284 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "platform"
version = "0.0.1"
requires-python = "~=3.12"
requires-python = "==3.11.11"
dependencies = [
"dj-database-url==2.1.0",
"djangorestframework==3.14.0",
Expand Down
Loading

0 comments on commit 5e0dce6

Please sign in to comment.