Skip to content

Commit

Permalink
Add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Sep 11, 2024
1 parent 5191b6f commit 33ec8d6
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 @@ -7,7 +7,7 @@ name = "thevenin"
readme = "README.md"
dynamic = ["version"]
description = "Packaged Thevenin equivalent circuit model."
requires-python = ">=3.8,<3.12"
requires-python = ">=3.8,<3.13"
authors = [{name = "Corey R. Randall", email = "[email protected]"}]
maintainers = [{name = "Corey R. Randall", email = "[email protected]"}]
classifiers = [
Expand Down

0 comments on commit 33ec8d6

Please sign in to comment.