Skip to content

Commit

Permalink
support 3.10, 3.11, 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanyong Duan committed Jan 8, 2025
1 parent 51505c7 commit 92b39d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Environment
Tested on

[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Python 3.10](https://img.shields.io/badge/python-3.10.8-blue.svg)](https://www.python.org/downloads/release/python-3108/)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)


# Getting Started
Expand All @@ -12,7 +11,7 @@ Tested on

```bash
# install time-series-anomaly-detector
pip install time-series-anomaly-detector==0.2.8
pip install time-series-anomaly-detector==0.3.0
```

## Installing from Source
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ build-backend = "setuptools.build_meta"

[project]
name = "time-series-anomaly-detector"
version = "0.2.8"
version = "0.3.0"
description = "Time Series Anomaly Detector"
readme = "README.md"
requires-python = ">=3.9.0"
requires-python = ">=3.10.0"
license = { file = "LICENSE" }
keywords = ["machine learning", "time series", "anomaly detection"]
authors = [
Expand All @@ -25,7 +25,6 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
Expand Down

0 comments on commit 92b39d6

Please sign in to comment.