Skip to content

Commit 4ecc5e9

Browse files
authored
Revert "chore(deps): update dependency python to 3.13" (#35)
Revert "chore(deps): update dependency python to 3.13 (#34)" This reverts commit bb70251.
1 parent bb70251 commit 4ecc5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.13" # Always use the lowest possible version to ensure correctness of the code.
22+
python-version: "3.11" # Always use the lowest possible version to ensure correctness of the code.
2323
#----------------------------------------------
2424
- uses: actions/cache@v4
2525
with:

0 commit comments

Comments
 (0)