Skip to content

Commit ef17444

Browse files
committed
feat: added newer python version to test matrix
1 parent 0e939ce commit ef17444

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
python-version: ['3.10', '3.11', '3.12']
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515

1616
steps:
1717
- name: Cloning repo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ client = Flagsmith(
7878
environment_key="your-environment-key",
7979
pipeline_analytics_config=PipelineAnalyticsConfig(
8080
analytics_server_url="https://analytics-collector.flagsmith.com/",
81-
max_buffer=1000, # optional, default 1000
81+
max_buffer_items=1000, # optional, default 1000
8282
flush_interval_seconds=10, # optional, default 10s
8383
),
8484
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.10,<4.0"
1010
dependencies = [
11-
"flagsmith (>=5.2.0)",
11+
"flagsmith (>=5.2.0,<7.0.0)",
1212
"openfeature-sdk (>=0.9.0,<0.10.0)",
1313
]
1414

0 commit comments

Comments
 (0)