We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf281b commit ac38b62Copy full SHA for ac38b62
.github/workflows/pipeline.yml
@@ -13,11 +13,17 @@ on:
13
jobs:
14
build_test:
15
name: Build artefacts
16
- runs-on: Windows-latest
+ runs-on: Windows-2025
17
strategy:
18
fail-fast: false
19
matrix:
20
- py_ver: [{version: '3.9'}] # , {version: '3.10'}, {version: '3.11'}]
+ py_ver: [
21
+ {version: '3.9'},
22
+ {version: '3.10'},
23
+ {version: '3.11'},
24
+ {version: '3.12'},
25
+ {version: '3.13'},
26
+ ]
27
steps:
28
- uses: actions/checkout@v4
29
with:
0 commit comments