Skip to content

Commit

Permalink
restrict python version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jan 15, 2024
1 parent 6441c02 commit a1ac12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __pycache__
*.c

# Other generated files
*/version.py
*/_version.py
*/cython_version.py
htmlcov
.coverage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "thejoker"
authors = [{name = "Adrian Price-Whelan", email = "[email protected]"}]
description = "A custom Monte Carlo sampler for the two-body problem."
readme = "README.rst"
requires-python = ">=3.9"
requires-python = ">=3.7,<3.11"
license.file = "LICENSE"
dynamic = ["version"]
dependencies = [
Expand Down

0 comments on commit a1ac12d

Please sign in to comment.