We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a995b commit 3b2fea4Copy full SHA for 3b2fea4
2 files changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "pyfluids"
3
version = "2.8.2"
4
description = "Simple, full-featured, lightweight CoolProp wrapper for Python"
5
readme = "PyPI.md"
6
-requires-python = ">=3.9, <3.14"
+requires-python = ">=3.9, <3.15"
7
license = "MIT"
8
authors = [{ name = "Vladimir Portyanikhin", email = "v.portyanikhin@ya.ru" }]
9
keywords = [
@@ -36,6 +36,7 @@ classifiers = [
36
"Programming Language :: Python :: 3.11",
37
"Programming Language :: Python :: 3.12",
38
"Programming Language :: Python :: 3.13",
39
+ "Programming Language :: Python :: 3.14",
40
"Programming Language :: Python :: Implementation",
41
"Programming Language :: Python :: Implementation :: PyPy",
42
"Topic :: Education",
0 commit comments