Skip to content

Commit eaef46b

Browse files
committed
chore: update Python version to 3.10 in all package configurations
1 parent 0d41933 commit eaef46b

File tree

12 files changed

+22
-23
lines changed

12 files changed

+22
-23
lines changed

hatch.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dev-mode-dirs = ["src"]
66

77
[build.targets.wheel]
88
only-include = ["src/robotcode"]
9-
sources = ["src"]
109

1110
[build.targets.sdist]
1211
only-include = ["src", "CHANGELOG.md"]

packages/analyze/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ dev-mode-dirs = ["src"]
5353

5454
[tool.hatch.build.targets.wheel]
5555
only-include = ["src/robotcode"]
56-
sources = ["src"]
56+
5757

5858
[tool.hatch.build.targets.sdist]
5959
only-include = ["src"]
6060

6161
[tool.hatch.envs.build]
6262
detached = true
63-
python = "38"
63+
python = "310"

packages/core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ dev-mode-dirs = ["src"]
4545

4646
[tool.hatch.build.targets.wheel]
4747
only-include = ["src/robotcode"]
48-
sources = ["src"]
48+
4949

5050
[tool.hatch.build.targets.sdist]
5151
only-include = ["src"]
5252

5353
[tool.hatch.envs.build]
5454
detached = true
55-
python = "38"
55+
python = "310"
5656

5757
[tool.mypy]
5858
python_version = "3.10"

packages/debugger/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ dev-mode-dirs = ["src"]
5555

5656
[tool.hatch.build.targets.wheel]
5757
only-include = ["src/robotcode"]
58-
sources = ["src"]
58+
5959

6060
[tool.hatch.build.targets.sdist]
6161
only-include = ["src"]
6262

6363
[tool.hatch.envs.build]
6464
detached = true
65-
python = "38"
65+
python = "310"

packages/jsonrpc2/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ dev-mode-dirs = ["src"]
4545

4646
[tool.hatch.build.targets.wheel]
4747
only-include = ["src/robotcode"]
48-
sources = ["src"]
48+
4949

5050
[tool.hatch.build.targets.sdist]
5151
only-include = ["src"]
5252

5353
[tool.hatch.envs.build]
5454
detached = true
55-
python = "38"
55+
python = "310"

packages/language_server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ dev-mode-dirs = ["src"]
5454

5555
[tool.hatch.build.targets.wheel]
5656
only-include = ["src/robotcode"]
57-
sources = ["src"]
57+
5858

5959
[tool.hatch.build.targets.sdist]
6060
only-include = ["src"]
6161

6262
[tool.hatch.envs.build]
6363
detached = true
64-
python = "38"
64+
python = "310"

packages/modifiers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ dev-mode-dirs = ["src"]
4545

4646
[tool.hatch.build.targets.wheel]
4747
only-include = ["src/robotcode"]
48-
sources = ["src"]
48+
4949

5050
[tool.hatch.build.targets.sdist]
5151
only-include = ["src"]
5252

5353
[tool.hatch.envs.build]
5454
detached = true
55-
python = "38"
55+
python = "310"

packages/plugin/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ dev-mode-dirs = ["src"]
4949

5050
[tool.hatch.build.targets.wheel]
5151
only-include = ["src/robotcode"]
52-
sources = ["src"]
52+
5353

5454
[tool.hatch.build.targets.sdist]
5555
only-include = ["src"]
5656

5757
[tool.hatch.envs.build]
5858
detached = true
59-
python = "38"
59+
python = "310"

packages/repl/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ dev-mode-dirs = ["src"]
5050

5151
[tool.hatch.build.targets.wheel]
5252
only-include = ["src/robotcode"]
53-
sources = ["src"]
53+
5454

5555
[tool.hatch.build.targets.sdist]
5656
only-include = ["src"]
5757

5858
[tool.hatch.envs.build]
5959
detached = true
60-
python = "38"
60+
python = "310"

packages/repl_server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ dev-mode-dirs = ["src"]
5151

5252
[tool.hatch.build.targets.wheel]
5353
only-include = ["src/robotcode"]
54-
sources = ["src"]
54+
5555

5656
[tool.hatch.build.targets.sdist]
5757
only-include = ["src"]
5858

5959
[tool.hatch.envs.build]
6060
detached = true
61-
python = "38"
61+
python = "310"

0 commit comments

Comments
 (0)