Skip to content

Commit 3efdca1

Browse files
committed
Downgrade minimum python to 3.10
1 parent 2b48dc0 commit 3efdca1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "**"
77

88
env:
9-
PYTHON_VERSION: "3.12"
9+
PYTHON_VERSION: "3.10"
1010

1111
jobs:
1212
types:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This project uses [uv](https://github.com/astral-sh/uv) instead of `pip` for man
3535

3636
### Prerequisites
3737

38-
- Python >= 3.12
38+
- Python >= 3.10
3939
- [uv](https://github.com/astral-sh/uv)
4040

4141
### Steps

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = {text = "MIT"}
1111
authors = [
1212
{name = "Nhat Huy Vu", email = "vunhathuy234@gmail.com"}
1313
]
14-
requires-python = ">=3.12"
14+
requires-python = ">=3.10"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Operating System :: OS Independent",
@@ -62,7 +62,7 @@ fmt = [
6262
]
6363

6464
[tool.mypy]
65-
python_version = "3.12"
65+
python_version = "3.10"
6666
strict = true
6767
warn_return_any = true
6868
warn_unused_configs = true

0 commit comments

Comments
 (0)