Skip to content

Commit 29ed5a3

Browse files
committed
bump: CI
1 parent fd0fc0e commit 29ed5a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Install ldap dependencies
1919
run: sudo apt-get install libldap2-dev libsasl2-dev
2020
- uses: actions/checkout@v2
21-
- name: Set up Python 3.6
21+
- name: Set up Python 3.13
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.6
24+
python-version: 3.13
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)