Skip to content

Commit d7f3c23

Browse files
committed
chore: update Python version in development and lint environments from 3.8 to 3.10
1 parent 3823069 commit d7f3c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hatch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ python = "3.8"
6161
post-install-commands = ["pip install -U -e {root:uri}/../robotframework"]
6262

6363
[envs.devel]
64-
python = "3.8"
64+
python = "3.10"
6565

6666
[[envs.devel.matrix]]
6767
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
@@ -131,7 +131,7 @@ matrix.rf.dependencies = [
131131
]
132132

133133
[envs.lint]
134-
python = "3.8"
134+
python = "3.10"
135135
#skip-install = true
136136
#extra-dependencies = ["tomli>=2.0.0"]
137137
extra-dependencies = [

0 commit comments

Comments
 (0)