Skip to content

Commit 3436bdc

Browse files
committed
Revert "Update pipeline to run and build on more python versions"
This reverts commit ac38b62.
1 parent ac38b62 commit 3436bdc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@ on:
1313
jobs:
1414
build_test:
1515
name: Build artefacts
16-
runs-on: Windows-2025
16+
runs-on: Windows-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
py_ver: [
21-
{version: '3.9'},
22-
{version: '3.10'},
23-
{version: '3.11'},
24-
{version: '3.12'},
25-
{version: '3.13'},
26-
]
20+
py_ver: [{version: '3.9'}] # , {version: '3.10'}, {version: '3.11'}]
2721
steps:
2822
- uses: actions/checkout@v4
2923
with:

0 commit comments

Comments
 (0)