Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Jul 3, 2024
1 parent c55137a commit 0dbf7e0
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 @@ dependencies = [
'numpy'
]
name = 'automesh'
requires-python = '>=3.8,<=3.12'
requires-python = '>=3.8,<3.13'

[project.optional-dependencies]
develop = [
Expand All @@ -47,5 +47,5 @@ python_functions = [
'*'
]
testpaths = [
'tests'
'tests/'
]

0 comments on commit 0dbf7e0

Please sign in to comment.