Skip to content

Commit fdb7c1e

Browse files
committed
Skip PyPy 3.8 and 3.9 on Windows - dependencies can't be built.
1 parent e43bb7f commit fdb7c1e

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

.github/workflows/python_ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
3737
- {python-version: "3.13", testenvs: "py313,build", experimental: False}
3838
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
39-
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
40-
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39,build", experimental: True}
4139

4240
steps:
4341
- name: Checkout 🛎️

repo_helper.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,22 @@ conda_channels:
2323
- conda-forge
2424

2525
python_versions:
26-
- '3.7'
27-
- '3.8'
28-
- '3.9'
29-
- "3.10"
30-
- "3.11"
31-
- "3.12"
32-
- 3.13-dev
33-
- pypy37
34-
- pypy38
35-
- pypy39
26+
'3.7':
27+
'3.8':
28+
'3.9':
29+
"3.10":
30+
"3.11":
31+
"3.12":
32+
"3.13":
33+
pypy37:
34+
pypy38:
35+
platforms:
36+
- Linux
37+
- macOS
38+
pypy39:
39+
platforms:
40+
- Linux
41+
- macOS
3642

3743
manifest_additional:
3844
- "include seed_intersphinx_mapping/fallback_mapping.json"

0 commit comments

Comments
 (0)