Skip to content

Commit 83b2d1f

Browse files
committed
Drop windows py37 tests
1 parent 9f3a2df commit 83b2d1f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,6 @@ jobs:
15731573
with:
15741574
python-version: |
15751575
pypy3.10
1576-
3.7
15771576
3.8
15781577
3.9
15791578
3.10

tox.ini

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ setupdir = {toxinidir}
4545
skip_missing_interpreters = false
4646
envlist =
4747
# Core Features Tests run on Linux, MacOS, and Windows
48-
{python,windows}-agent_features-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
48+
python-agent_features-py37-{with,without}_extensions,
49+
{python,windows}-agent_features-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
4950
{python,windows}-agent_features-pypy310-without_extensions,
50-
{python,windows}-agent_streaming-{py37,py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
51+
python-agent_streaming-py37-protobuf06-{with,without}_extensions,
52+
{python,windows}-agent_streaming-{py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
5153
{python,windows}-agent_streaming-py39-protobuf{03,0319,04,05}-{with,without}_extensions,
52-
{python,windows}-agent_unittests-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
54+
python-agent_unittests-py37-{with,without}_extensions,
55+
{python,windows}-agent_unittests-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
5356
{python,windows}-agent_unittests-pypy310-without_extensions,
54-
{python,windows}-cross_agent-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
57+
python-cross_agent-py37-{with,without}_extensions,
58+
{python,windows}-cross_agent-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
5559
# Integration Tests run on Linux
5660
cassandra-datastore_cassandradriver-{py38,py39,py310,py311,py312,pypy310}-cassandralatest,
5761
elasticsearchserver07-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch07,

0 commit comments

Comments
 (0)