Skip to content

Commit 8007a79

Browse files
authored
build: upgrade python version and bump versions (#169)
* build: upgrade python version and bump versions * chore: bumping version
1 parent 1c20da0 commit 8007a79

4 files changed

Lines changed: 107 additions & 103 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.3
1+
3.14.4

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pyenv install --list
103103
Download & install a specific Python version:
104104

105105
```bash
106-
pyenv install 3.14.2
106+
pyenv install 3.14.4
107107
```
108108

109109
List the global Python version set by your system:
@@ -121,13 +121,13 @@ pyenv local
121121
Set the global Python version for your system:
122122

123123
```bash
124-
pyenv global 3.14.2
124+
pyenv global 3.14.4
125125
```
126126

127127
Set the local Python version for your project:
128128

129129
```bash
130-
pyenv local 3.14.2
130+
pyenv local 3.14.4
131131
```
132132

133133
Feel free to utilize Pyenv and modify the `.python-version` file to your preference.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-template"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "Used to templatize python projects."
55
authors = [{ name = "Loïc Motheu", email = "lmotheu@gmail.com" }]
66
readme = "README.md"
@@ -11,10 +11,10 @@ dependencies = [
1111

1212
[dependency-groups]
1313
dev = [
14-
"mypy>=1.20.1,<2.0.0",
15-
"pre-commit>=4.5.1,<5.0.0",
14+
"mypy>=1.20.2,<2.0.0",
15+
"pre-commit>=4.6.0,<5.0.0",
1616
"pytest>=9.0.3,<10.0.0",
17-
"ruff>=0.15.10",
17+
"ruff>=0.15.12",
1818
]
1919

2020
[tool.ruff]

0 commit comments

Comments
 (0)