Skip to content

Commit

Permalink
changing max python version to 3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed Feb 14, 2024
1 parent 601f6c4 commit 2b529bd
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 @@ -18,7 +18,7 @@ authors = [
]
description = "Monte Carlo / Dynamic Code, a pure python high performance Monte Carlo neutronics package"
readme = "README.md"
requires-python = ">=3.9, <=3.11.7"
requires-python = ">=3.9, <=3.11.8"
license = {file = "LICENSE"}
keywords = ["Monte Carlo", "Nuclear", "GPU", "numba", "mpi4py", "neutron transport", "neutronics", "HPC"]
classifiers = [
Expand Down

0 comments on commit 2b529bd

Please sign in to comment.