Skip to content

Commit

Permalink
Update pyproject.toml with >=3.11, <3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj authored Oct 24, 2024
1 parent c3b2171 commit 89a7e83
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 @@ -15,7 +15,7 @@ maintainers = [
description = "Peak extraction and peak fitting tool for atomic pair distribution functions."
keywords = ['peak extraction fitting PDF AIC multimodeling']
readme = "README.rst"
requires-python = ">=3.11, <=3.13"
requires-python = ">=3.11, <3.14"
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Console',
Expand Down

0 comments on commit 89a7e83

Please sign in to comment.