Skip to content

Commit

Permalink
Fix: prevent using Python 3.13
Browse files Browse the repository at this point in the history
Marker don't support 3.13 for now (VikParuchuri/marker#374)
  • Loading branch information
CNSeniorious000 committed Dec 7, 2024
1 parent 09981f4 commit b4611f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[project]
requires-python = ">=3.10,<3.13"

0 comments on commit b4611f6

Please sign in to comment.