Skip to content

Commit

Permalink
Merge pull request #166 from nasa/python3.12_support
Browse files Browse the repository at this point in the history
Add Python3.12 support
  • Loading branch information
teubert authored Nov 5, 2024
2 parents 45fcc68 + 1c7f22c commit f4b10a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
{name = "Katelyn Griffith", email = "[email protected]"}
Expand Down Expand Up @@ -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'
]

Expand Down

0 comments on commit f4b10a1

Please sign in to comment.