Skip to content

Commit 45b07ca

Browse files
committed
gha: pin 3.10 to 3.10.6
fixup 56b3096
1 parent 6ed04bb commit 45b07ca

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,17 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-20.04, windows-latest, macos-latest]
24-
pyv: ["3.8", "3.9", "3.10.6"]
24+
pyv: ["3.8", "3.9"]
25+
include:
26+
- os: ubuntu-20.04
27+
pyv: 3.10.6
28+
nox_pyv: 3.10
29+
- os: windows-latest
30+
pyv: 3.10.6
31+
nox_pyv: 3.10
32+
- os: macos-latest
33+
pyv: 3.10.6
34+
nox_pyv: 3.10
2535

2636
steps:
2737
- name: Check out the repository

0 commit comments

Comments
 (0)