Skip to content

Commit 077f8e3

Browse files
committed
Reduce windows testing scope to 3.13
1 parent 799810b commit 077f8e3

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,39 +1546,26 @@ jobs:
15461546

15471547
windows:
15481548
env:
1549-
TOTAL_GROUPS: 2
1549+
TOTAL_GROUPS: 1
15501550

15511551
strategy:
15521552
fail-fast: false
15531553
matrix:
1554-
group-number: [1, 2]
1554+
group-number: [1]
15551555

15561556
runs-on: windows-2025
15571557
timeout-minutes: 30
15581558
steps:
15591559
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
15601560

1561-
# git config --global --add safe.directory "$GITHUB_WORKSPACE"
15621561
- name: Fetch git tags
15631562
run: |
15641563
git fetch --tags origin
15651564
1566-
# - name: Configure pip cache
1567-
# run: |
1568-
# mkdir -p /github/home/.cache/pip
1569-
# chown -R "$(whoami)" /github/home/.cache/pip
1570-
15711565
- name: Install Python
15721566
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
15731567
with:
1574-
python-version: |
1575-
pypy3.10
1576-
3.8
1577-
3.9
1578-
3.10
1579-
3.11
1580-
3.12
1581-
3.13
1568+
python-version: 3.13
15821569

15831570
- name: Install Dependencies
15841571
run: |

tox.ini

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ setupdir = {toxinidir}
4545
skip_missing_interpreters = false
4646
envlist =
4747
# Core Features Tests run on Linux, MacOS, and Windows
48-
python-agent_features-py37-{with,without}_extensions,
49-
{python,windows}-agent_features-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
50-
{python,windows}-agent_features-pypy310-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,
53-
{python,windows}-agent_streaming-py39-protobuf{03,0319,04,05}-{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,
56-
{python,windows}-agent_unittests-pypy310-without_extensions,
57-
python-cross_agent-py37-{with,without}_extensions,
58-
{python,windows}-cross_agent-{py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
48+
python-agent_features-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
49+
python-agent_features-pypy310-without_extensions,
50+
windows-agent_features-py313-{with,without}_extensions,
51+
python-agent_streaming-{py37,py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
52+
python-agent_streaming-py39-protobuf{03,0319,04,05}-{with,without}_extensions,
53+
windows-agent_streaming-py313-protobuf06-{with,without}_extensions,
54+
python-agent_unittests-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
55+
python-agent_unittests-pypy310-without_extensions,
56+
windows-agent_unittests-py313-{with,without}_extensions,
57+
python-cross_agent-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
58+
windows-cross_agent-py313-{with,without}_extensions,
5959
# Integration Tests run on Linux
6060
cassandra-datastore_cassandradriver-{py38,py39,py310,py311,py312,pypy310}-cassandralatest,
6161
elasticsearchserver07-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch07,

0 commit comments

Comments
 (0)