Skip to content

Commit f26cab6

Browse files
committed
.
1 parent dd118e7 commit f26cab6

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.github/workflows/test-integrations-flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
32+
python-version: ["3.8","3.12","3.13"]
3333
# python3.6 reached EOL and is no longer being supported on
3434
# new versions of hosted runners on Github Actions
3535
# ubuntu-20.04 is the last version that supported python3.6

tox.ini

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -294,22 +294,11 @@ envlist =
294294
# integration tests there.
295295

296296
# ~~~ Flags ~~~
297-
{py3.6,py3.7}-launchdarkly-v6.12.2
298-
{py3.6,py3.7}-launchdarkly-v6.13.3
299-
{py3.6,py3.9,py3.10}-launchdarkly-v7.6.1
300-
{py3.7,py3.11,py3.12}-launchdarkly-v8.3.0
301-
{py3.8,py3.11,py3.12}-launchdarkly-v9.0.1
297+
{py3.8,py3.12,py3.13}-launchdarkly-v9.8.1
302298
{py3.8,py3.12,py3.13}-launchdarkly-v9.9.0
303299

304-
{py3.8,py3.12,py3.13}-openfeature-v0.0.9
305-
{py3.8,py3.12,py3.13}-openfeature-v0.2.0
306-
{py3.8,py3.12,py3.13}-openfeature-v0.4.2
307300
{py3.8,py3.12,py3.13}-openfeature-v0.7.4
308301

309-
{py3.6,py3.7,py3.8}-unleash-v3.5.1
310-
{py3.6,py3.8,py3.9}-unleash-v3.6.2
311-
{py3.6,py3.8,py3.9}-unleash-v4.4.1
312-
{py3.8,py3.12,py3.13}-unleash-v5.12.3
313302
{py3.8,py3.12,py3.13}-unleash-v6.0.1
314303

315304

@@ -751,22 +740,11 @@ deps =
751740
# integration tests there.
752741

753742
# ~~~ Flags ~~~
754-
launchdarkly-v6.12.2: launchdarkly-server-sdk==6.12.2
755-
launchdarkly-v6.13.3: launchdarkly-server-sdk==6.13.3
756-
launchdarkly-v7.6.1: launchdarkly-server-sdk==7.6.1
757-
launchdarkly-v8.3.0: launchdarkly-server-sdk==8.3.0
758-
launchdarkly-v9.0.1: launchdarkly-server-sdk==9.0.1
743+
launchdarkly-v9.8.1: launchdarkly-server-sdk==9.8.1
759744
launchdarkly-v9.9.0: launchdarkly-server-sdk==9.9.0
760745

761-
openfeature-v0.0.9: openfeature-sdk==0.0.9
762-
openfeature-v0.2.0: openfeature-sdk==0.2.0
763-
openfeature-v0.4.2: openfeature-sdk==0.4.2
764746
openfeature-v0.7.4: openfeature-sdk==0.7.4
765747

766-
unleash-v3.5.1: UnleashClient==3.5.1
767-
unleash-v3.6.2: UnleashClient==3.6.2
768-
unleash-v4.4.1: UnleashClient==4.4.1
769-
unleash-v5.12.3: UnleashClient==5.12.3
770748
unleash-v6.0.1: UnleashClient==6.0.1
771749

772750

0 commit comments

Comments
 (0)