Skip to content

Commit 8a9e8a9

Browse files
authored
chore(all): remove python 3.10 support (#1808)
* chore(deps): remove python 3.10 support * chore(ci): remove python 3.10 support * docs: remove python 3.10 support * docs: update changelog * docs: update changelog * docs: bump macOS base image to 3.12 (instead of 3.11)
1 parent 4622bd4 commit 8a9e8a9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Test fixtures for use by clients are available for each release on the [Github r
66

77
## 🔜 [Unreleased]
88

9-
### 💥 Breaking Change
9+
### 💥 Breaking Changes
10+
11+
- Python 3.10 support was removed in this release ([#1808](https://github.com/ethereum/execution-spec-tests/pull/1808)).
1012

1113
#### 💥 Important Change for `fill` Users
1214

@@ -50,6 +52,7 @@ Users can select any of the artifacts depending on their testing needs for their
5052

5153
### 📋 Misc
5254

55+
- Remove Python 3.10 support ([#1808](https://github.com/ethereum/execution-spec-tests/pull/1808)).
5356
- ✨ Add changelog formatting validation to CI to ensure consistent punctuation in bullet points [#1691](https://github.com/ethereum/execution-spec-tests/pull/1691).
5457
- ✨ Added the [EIP checklist template](https://eest.ethereum.org/main/writing_tests/checklist_templates/eip_testing_checklist_template/) that serves as a reference to achieve better coverage when implementing tests for new EIPs ([#1327](https://github.com/ethereum/execution-spec-tests/pull/1327)).
5558
- ✨ Added [Post-Mortems of Missed Test Scenarios](https://eest.ethereum.org/main/writing_tests/post_mortems/) to the documentation that serves as a reference list of all cases that were missed during the test implementation phase of a new EIP, and includes the steps taken in order to prevent similar test cases to be missed in the future ([#1327](https://github.com/ethereum/execution-spec-tests/pull/1327)).

getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The latest version of `uv` can be installed via `curl` (recommended; can self-up
2020
pip install uv
2121
```
2222

23-
If installed via `curl`, `uv` will download Python for your target platform if one of the required versions (Python 3.10, 3.11 or 3.12) is not available natively.
23+
If installed via `curl`, `uv` will download Python for your target platform if one of the required versions (Python 3.11 or 3.12) is not available natively.
2424

2525
## Installation Commands
2626

running_tests/hive/dev_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following section details the setup and usage of option 3.
6565
Within the [`eest/`](https://github.com/ethereum/hive/tree/master/simulators/ethereum/eest) directory of hive, a new dockerfile must be created: `Dockerfile.dev`, with the following contents:
6666
6767
```docker
68-
FROM ghcr.io/astral-sh/uv:python3.10-bookworm-slim
68+
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
6969
ARG branch=main
7070
ENV GIT_REF=${branch}
7171

0 commit comments

Comments
 (0)