We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe22d8 commit c5e235dCopy full SHA for c5e235d
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
- {VERSION: "3.11", NOXSESSION: "docs", OPENSSL: {TYPE: "openssl", VERSION: "3.1.1"}}
35
- {VERSION: "pypy-3.8", NOXSESSION: "tests-nocoverage"}
36
- {VERSION: "pypy-3.9", NOXSESSION: "tests-nocoverage"}
37
+ - {VERSION: "pypy-3.10-nightly", NOXSESSION: "tests-nocoverage"}
38
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1u"}}
39
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3.0.9"}}
40
- {VERSION: "3.11", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.1.1"}}
0 commit comments