Skip to content

Commit c5ec3ef

Browse files
committed
bump: ci
1 parent 55f54dc commit c5ec3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 update && sudo apt-get install libldap2-dev libsasl2-dev
2020
- uses: actions/checkout@v2
21-
- name: Set up Python 3.9
21+
- name: Set up Python 3.13
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.9
24+
python-version: 3.13
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)