Skip to content

Commit 156ee0b

Browse files
authored
Update setup.py
1 parent a806ce1 commit 156ee0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
LONG_DESCRIPTION = r"""
99
**pynamical** is a Python package for modeling, simulating, visualizing, and animating discrete
1010
nonlinear dynamical systems and chaos. pynamical uses pandas, numpy, and numba for fast simulation,
11-
and matplotlib for beautiful visualizations and animations to explore system behavior. Compatible
12-
with Python 2 and 3. See the examples and demos on `GitHub`_.
11+
and matplotlib for beautiful visualizations and animations to explore system behavior. See the
12+
examples and demos on `GitHub`_.
1313
1414
You can read/cite the journal article about pynamical: Boeing, G. 2016.
1515
"`Visual Analysis of Nonlinear Dynamical Systems: Chaos, Fractals, Self-Similarity and the Limits of Prediction`_."
@@ -60,6 +60,6 @@
6060
license="MIT",
6161
platforms="any",
6262
packages=["pynamical"],
63-
python_requires=">=3.8,<3.14",
63+
python_requires=">=3.8",
6464
install_requires=INSTALL_REQUIRES,
6565
)

0 commit comments

Comments
 (0)