Skip to content

Commit d5f1e34

Browse files
committed
bumpy Python version up to 3.12
1 parent d8a60ff commit d5f1e34

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.10
38+
- Python >= 3.12
3939
- [uv](https://github.com/astral-sh/uv)
4040

4141
### Steps

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![License](https://img.shields.io/badge/license-MIT-brightgreen)
88
![Version](https://img.shields.io/badge/version-0.1.3-blue)
99
![Status](https://img.shields.io/badge/status-pre--release-orange)
10-
![Python](https://img.shields.io/badge/Python-3.10%2B-brightgreen)
10+
![Python](https://img.shields.io/badge/Python-3.12%2B-brightgreen)
1111
![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen)
1212

1313
# Welcome to `pyvisim`!

pyproject.toml

Lines changed: 3 additions & 3 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.10"
14+
requires-python = ">=3.12"
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.14"
65+
python_version = "3.12"
6666
strict = true
6767
warn_return_any = true
6868
warn_unused_configs = true
@@ -91,7 +91,7 @@ module = [
9191
ignore_missing_imports = true
9292

9393
[tool.ruff]
94-
target-version = "py314"
94+
target-version = "py312"
9595
line-length = 88
9696

9797
[tool.ruff.lint]

0 commit comments

Comments
 (0)