Skip to content

Commit

Permalink
Merge pull request #2775 from jimklimov/test-py-3-13
Browse files Browse the repository at this point in the history
Run PyNUTClient workflow with interpreter v3.13
  • Loading branch information
jimklimov authored Jan 20, 2025
2 parents 26f3868 + 4e56fe5 commit a665bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion scripts/python/module/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Note that the file name of the distribution tarball is lower-cased per
PEP-0625 requirements, while the module name is camel-cased historically.

Currently the module is regularly tested to work with Python interpreter
versions 2.7, 3.4, 3.5 and 3.7.
versions 2.7, 3.4, 3.5, 3.7, 3.11 and 3.13.

[NOTE]
======
Expand Down

0 comments on commit a665bb4

Please sign in to comment.