Skip to content

Commit d6f9baf

Browse files
author
Abdul Fatir Ansari
committed
Change python lower limit and update CI
1 parent 4821d40 commit d6f9baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 4
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1818
platform: [ubuntu-latest]
1919

2020
runs-on: ${{ matrix.platform }}
@@ -35,7 +35,7 @@ jobs:
3535
max-parallel: 4
3636
fail-fast: false
3737
matrix:
38-
python-version: ["3.8", "3.9", "3.10", "3.11"]
38+
python-version: ["3.9", "3.10", "3.11", "3.12"]
3939
platform: [ubuntu-latest]
4040

4141
runs-on: ${{ matrix.platform }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
description = "Chronos: Pretrained models for time series forecasting"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.9"
1313
dependencies = [
1414
"torch>=2.0,<2.6", # package was tested on 2.2
1515
"transformers>=4.30,<4.48",

0 commit comments

Comments
 (0)