Skip to content

Commit

Permalink
Merge pull request #310 from jonathangreen/feature/xmlsec-1.3.4
Browse files Browse the repository at this point in the history
Remove PYXMLSEC_XMLSEC1_VERSION override
  • Loading branch information
mxamin authored Apr 9, 2024
2 parents 415e8c7 + 3edf947 commit a41faaa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ on: [push, pull_request]
jobs:
manylinux:
runs-on: ubuntu-latest
env:
# python-xmlsec is not compatible with xmlsec1 v1.3.3.
# So we need to use the rc until the next release.
# TODO: Remove it when xmlsec1 v1.3.4 is fully released.
PYXMLSEC_XMLSEC1_VERSION: "1.3.4-rc1"
strategy:
matrix:
python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
Expand Down

0 comments on commit a41faaa

Please sign in to comment.