Skip to content

Commit dff1a15

Browse files
authored
ci: Add missing macOS CI envs (#9601)
alinsa_vix in Discord noticed that we are not testing Python 3.9 and 3.10 on macOS, which seems strange. Maybe this is due how to macOS CI resources were quite scarce for a while, but I believe this has improved since.
1 parent dfa7023 commit dff1a15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848

4949
"macos-py37",
5050
"macos-py38",
51+
"macos-py39",
52+
"macos-py310",
5153

5254
"docs",
5355
"doctesting",
@@ -116,6 +118,14 @@ jobs:
116118
os: macos-latest
117119
tox_env: "py38-xdist"
118120
use_coverage: true
121+
- name: "macos-py39"
122+
python: "3.9"
123+
os: macos-latest
124+
tox_env: "py39-xdist"
125+
- name: "macos-py310"
126+
python: "3.10"
127+
os: macos-latest
128+
tox_env: "py310-xdist"
119129

120130
- name: "plugins"
121131
python: "3.9"

0 commit comments

Comments
 (0)