Skip to content

Commit

Permalink
Merge branch 'series-0.13' into 0.13-h2-update
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jun 17, 2024
2 parents 09ffdac + 8c8d004 commit 3ac171e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.x'
# Pin to Python 3.11 because 3.12 removes the ssl.wrap_socket()
# function which PyKMIP uses.
python-version: '3.11'

- name: Install PyKMIP
uses: BSFishy/pip-action@v1
Expand Down

0 comments on commit 3ac171e

Please sign in to comment.