diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-09 17:51:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 17:51:37 +0000 |
commit | 54a7228fa692912096f1cdec47be0731c53fea0b (patch) | |
tree | a875921f0ce94691b444c38050a9f2d200841324 /changelog.d/14802.misc | |
parent | Remove undocumented device from pushrules (#14727) (diff) | |
download | synapse-54a7228fa692912096f1cdec47be0731c53fea0b.tar.xz |
Skip testing pypy-3.7-linux wheels as we don't have openssl 3.x on manylinux2014 (#14802)
Diffstat (limited to '')
-rw-r--r-- | changelog.d/14802.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14802.misc b/changelog.d/14802.misc new file mode 100644 index 0000000000..81d5c0c642 --- /dev/null +++ b/changelog.d/14802.misc @@ -0,0 +1 @@ +Skip testing built wheels for PyPy 3.7 on Linux x86_64 as we lack new required dependencies in the build environment. \ No newline at end of file |