Skip to content

Commit abb5dcc

Browse files
committed
Python 3.11 support
1 parent 2d3eaa1 commit abb5dcc

File tree

5 files changed

+17
-939
lines changed

5 files changed

+17
-939
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
16+
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python }}
2424
- name: Install apt dependencies
25-
run: sudo apt-get --yes install apparmor-utils libsasl2-dev python-dev libldap2-dev libssl-dev slapd ldap-utils
25+
run: sudo apt-get --yes install apparmor-utils libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev slapd ldap-utils
2626
- name: App armor configuration for slapd
2727
run: sudo aa-complain /usr/sbin/slapd
2828
- name: Install python dependencies

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ htmlcov
1010
build
1111
dist
1212
python-ldap-test*
13+
poetry.lock

0 commit comments

Comments
 (0)