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 fb2b8e2 commit 6a3df3fCopy full SHA for 6a3df3f
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Python
22
uses: actions/setup-python@39c08a0eaaa1ab70dfc3ae407aa7529c334f20c8 # v5.5.0
23
with:
24
- python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
+ python-version: '3.13'
25
26
- name: Install dependencies
27
run: |
0 commit comments