Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmyers13 committed Aug 7, 2024
1 parent 3bf9313 commit 5ea048c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
description = "GUI for PDF simulation and structure refinement."
keywords = ['PDF structure refinement GUI']
readme = "README.rst"
requires-python = [3.10, 3.11]
requires-python = ">=3.10,<3.12"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit 5ea048c

Please sign in to comment.