Skip to content

Commit 592233d

Browse files
authored
Merge pull request #210 from nasa/update-python-versions
Updating supported python versions
2 parents 3ca03de + a315450 commit 592233d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"fastdtw", # For DTW error calculation
1414
"filterpy>=1.4.4",
1515
]
16-
requires-python = ">=3.7, <3.13"
16+
requires-python = ">=3.9, <3.14"
1717
authors = [
1818
{name = "Christopher Teubert", email = "christopher.a.teubert@nasa.gov"},
1919
{name = "Katelyn Griffith", email = "katelyn.j.griffith@nasa.gov"},
@@ -45,12 +45,11 @@ classifiers = [
4545
'License :: Other/Proprietary License ',
4646

4747
'Programming Language :: Python :: 3',
48-
'Programming Language :: Python :: 3.7',
49-
'Programming Language :: Python :: 3.8',
5048
'Programming Language :: Python :: 3.9',
5149
'Programming Language :: Python :: 3.10',
5250
'Programming Language :: Python :: 3.11',
5351
'Programming Language :: Python :: 3.12',
52+
'Programming Language :: Python :: 3.13',
5453
'Programming Language :: Python :: 3 :: Only'
5554
]
5655

sphinx-config/troubleshooting.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ If you are using data-driven tools (e.g., LSTM model), make sure the datadriven
2727
.. code-block:: console
2828
2929
$ pip install -e '.[datadriven]'
30+
31+
Installing ProgPy Data-Driven Tools with Python 3.13
32+
------------------------
33+
Tensorflow does not support Python3.13 as of the writing of this (April 2025). Until this is fixed, ProgPy data-driven features may not work correctly. If you are having trouble running data-driven features with Python3.13, try with an earlier version of Python.

0 commit comments

Comments
 (0)