Skip to content

Commit b240beb

Browse files
author
Grégoire Deveaux
authored
Remove Python version requirement upper bound
1 parent 9e0a44a commit b240beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name="cloudbees-openfeature-provider-python"
1111
authors=[{name = "CloudBees", email = "[email protected]"}]
1212
description="CloudBees.com OpenFeature SDK"
1313
keywords=["CloudBees", "OpenFeature"]
14-
requires-python= ">=3.8, <3.12"
14+
requires-python= ">=3.8"
1515
readme = "README.md"
1616
dependencies = [
1717
'rox >= 5.0',

0 commit comments

Comments
 (0)