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 f76e42b commit 2957a4aCopy full SHA for 2957a4a
.github/workflows/pyinstaller-package.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-python@v5
21
with:
22
- python-version: '3.9'
+ python-version: '>=3.9 <3.14'
23
24
- name: Install
25
run: |
0 commit comments