Skip to content

Commit

Permalink
NEW: python 3.10 support (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
martins0n authored Nov 22, 2022
1 parent 8264118 commit 5d9103f
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 658 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10']
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
-
-
- Add python 3.10 support ([#1005](https://github.com/tinkoff-ai/etna/pull/1005))
-
- Add `plot_change_points_interactive` ([#988](https://github.com/tinkoff-ai/etna/pull/988))
- Add `experimental` module with `TimeSeriesBinaryClassifier` and `PredictabilityAnalyzer` ([#985](https://github.com/tinkoff-ai/etna/pull/985))
Expand Down
Loading

1 comment on commit 5d9103f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.