Skip to content

Commit

Permalink
chore: restrict python version < 3.12 (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Dec 4, 2023
1 parent be984f7 commit d301104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ authors = ["Flagsmith <[email protected]>"]
readme = "readme.md"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10,<3.12"
django = "~3.2.23"
rudder-sdk-python = "~1.0.5"
analytics-python = "~1.4.0"
Expand Down

3 comments on commit d301104

@vercel
Copy link

@vercel vercel bot commented on d301104 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d301104 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-flagsmith.vercel.app
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on d301104 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.