Skip to content

Commit

Permalink
.github/workflows/PyNUTClient.yml: test with python-3.13 [networkupst…
Browse files Browse the repository at this point in the history
…ools#2733]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 19, 2025
1 parent 7f3f0f2 commit 4e56fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PyNUTClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Python 3.10
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.13'
- name: Extract python interpreter path name
id: pythoncmd
run: >-
Expand Down

0 comments on commit 4e56fe5

Please sign in to comment.