Skip to content

Commit

Permalink
Lower the minimum Python requirement
Browse files Browse the repository at this point in the history
Our pypi build seems to fail because of it.
  • Loading branch information
armenzg committed Sep 17, 2024
1 parent 80b0e51 commit aa17098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "sentry_ophio"
requires-python = ">=3.11"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit aa17098

Please sign in to comment.