Skip to content

Commit

Permalink
Add <3.12 version constraint to pyproject.toml (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
russss authored Jan 5, 2025
1 parent 8e61eaa commit 6dc974a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]

requires-python = ">=3.9"
requires-python = ">=3.9,<3.12"

maintainers = [
{name = "TheMariday"},
Expand Down Expand Up @@ -72,4 +72,4 @@ exclude = '''
| marimapper/backends
| marimapper/pycolmap_tools
)/)
'''
'''

0 comments on commit 6dc974a

Please sign in to comment.