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 bb70251 commit 4ecc5e9Copy full SHA for 4ecc5e9
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-python@v5
21
with:
22
- python-version: "3.13" # Always use the lowest possible version to ensure correctness of the code.
+ python-version: "3.11" # Always use the lowest possible version to ensure correctness of the code.
23
#----------------------------------------------
24
- uses: actions/cache@v4
25
0 commit comments