Skip to content

Commit

Permalink
Added Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Nov 30, 2023
1 parent e0f6823 commit f28fc89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Education",
Expand All @@ -53,7 +54,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.7, <3.12"
python = ">=3.7, <3.13"
CoolProp = "6.6.0"
tomli = "2.0.1"

Expand Down

0 comments on commit f28fc89

Please sign in to comment.