Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Bumped minimum python version
  • Loading branch information
calbaker authored Jan 15, 2025
1 parent 6aa951b commit 41753e9
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 @@ -24,7 +24,7 @@ authors = [
description = "Tool for modeling and optimization of advanced locomotive powertrains for freight rail decarbonization."
readme = "README.md"
license = { file = "LICENSE.md" }
requires-python = ">=3.9, <3.12"
requires-python = ">=3.10, <3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 41753e9

Please sign in to comment.