Skip to content

Commit 9e0a44a

Browse files
author
Grégoire Deveaux
authored
Accept Python 3.11.x
1 parent 75adfea commit 9e0a44a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "support@cloudbees.com"}]
1212
description="CloudBees.com OpenFeature SDK"
1313
keywords=["CloudBees", "OpenFeature"]
14-
requires-python= ">=3.8, <=3.11"
14+
requires-python= ">=3.8, <3.12"
1515
readme = "README.md"
1616
dependencies = [
1717
'rox >= 5.0',

0 commit comments

Comments
 (0)