We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 415e8c7 + 3edf947 commit a41faaaCopy full SHA for a41faaa
1 file changed
.github/workflows/manylinux.yml
@@ -3,11 +3,6 @@ on: [push, pull_request]
3
jobs:
4
manylinux:
5
runs-on: ubuntu-latest
6
- env:
7
- # python-xmlsec is not compatible with xmlsec1 v1.3.3.
8
- # So we need to use the rc until the next release.
9
- # TODO: Remove it when xmlsec1 v1.3.4 is fully released.
10
- PYXMLSEC_XMLSEC1_VERSION: "1.3.4-rc1"
11
strategy:
12
matrix:
13
python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
0 commit comments