Skip to content

Commit a41faaa

Browse files
authored
Merge pull request #310 from jonathangreen/feature/xmlsec-1.3.4
Remove PYXMLSEC_XMLSEC1_VERSION override
2 parents 415e8c7 + 3edf947 commit a41faaa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/manylinux.yml

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ on: [push, pull_request]
33
jobs:
44
manylinux:
55
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"
116
strategy:
127
matrix:
138
python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]

0 commit comments

Comments
 (0)