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 5de8d80 commit eb4fadeCopy full SHA for eb4fade
.github/workflows/ci.yml
@@ -51,10 +51,14 @@ jobs:
51
- runs-on: windows-latest
52
python: pypy3
53
54
- # PyPy2 7.3.3 segfaults, while 7.3.2 was fine. TODO: investigate
55
- - runs-on: unbuntu-latest
+ # TODO: PyPy2 7.3.3 segfaults, while 7.3.2 was fine.
+ - runs-on: ubuntu-latest
56
python: pypy2
57
58
+ # TODO: Parameter is incorrect error (again)
59
+ - runs-on: windows-latest
60
+ python: 3.10-dev
61
+
62
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
63
runs-on: ${{ matrix.runs-on }}
64
0 commit comments