Skip to content

Commit

Permalink
chore(general): Restore python version to 3.8 to fix nightly run (#6993)
Browse files Browse the repository at this point in the history
restore version to 3.8
  • Loading branch information
rotemavni authored Feb 4, 2025
1 parent b00d2a7 commit c706569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ rustworkx = ">=0.13.0,<0.14.0"
pydantic = ">=2.0.0,<3.0.0"

[requires]
python_version = ">=3.8.0,<3.14"
python_version = "3.8"

0 comments on commit c706569

Please sign in to comment.