We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f54dc commit c5ec3efCopy full SHA for c5ec3ef
.github/workflows/python-app.yml
@@ -18,10 +18,10 @@ jobs:
18
- name: Install ldap dependencies
19
run: sudo apt-get update && sudo apt-get install libldap2-dev libsasl2-dev
20
- uses: actions/checkout@v2
21
- - name: Set up Python 3.9
+ - name: Set up Python 3.13
22
uses: actions/setup-python@v2
23
with:
24
- python-version: 3.9
+ python-version: 3.13
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
0 commit comments