Skip to content

Commit

Permalink
Merge pull request #64 from getsentry/lower_required_python/armenzg
Browse files Browse the repository at this point in the history
Lower the minimum Python requirement
  • Loading branch information
armenzg authored Sep 17, 2024
2 parents 80b0e51 + aa17098 commit 6d35a34
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 6d35a34

Please sign in to comment.