Skip to content

Commit 3b2fea4

Browse files
committed
build: add Python 3.14 support
1 parent e3a995b commit 3b2fea4

2 files changed

Lines changed: 100 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pyfluids"
33
version = "2.8.2"
44
description = "Simple, full-featured, lightweight CoolProp wrapper for Python"
55
readme = "PyPI.md"
6-
requires-python = ">=3.9, <3.14"
6+
requires-python = ">=3.9, <3.15"
77
license = "MIT"
88
authors = [{ name = "Vladimir Portyanikhin", email = "v.portyanikhin@ya.ru" }]
99
keywords = [
@@ -36,6 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
3838
"Programming Language :: Python :: 3.13",
39+
"Programming Language :: Python :: 3.14",
3940
"Programming Language :: Python :: Implementation",
4041
"Programming Language :: Python :: Implementation :: PyPy",
4142
"Topic :: Education",

0 commit comments

Comments
 (0)