Skip to content

Commit d7bb7c2

Browse files
authored
Merge pull request #23 from gregoiredx/patch-1
Accept Python 3.11.x
2 parents 75adfea + b240beb commit d7bb7c2

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.11"
14+
requires-python= ">=3.8"
1515
readme = "README.md"
1616
dependencies = [
1717
'rox >= 5.0',

0 commit comments

Comments
 (0)