diff --git a/pyproject.toml b/pyproject.toml index 8c2dbe0..7069c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "fastdtw", # For DTW error calculation "filterpy" ] -requires-python = ">=3.7, <3.12" +requires-python = ">=3.7, <3.13" authors = [ {name = "Christopher Teubert", email = "christopher.a.teubert@nasa.gov"}, {name = "Katelyn Griffith", email = "katelyn.j.griffith@nasa.gov"} @@ -52,6 +52,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 :: 3 :: Only' ]