build: support Python 3.10.0 · nodejs/node@da35612 · GitHub
Skip to content

Commit da35612

Browse files
iam-frankqiurichardlau
authored andcommitted
build: support Python 3.10.0
PR-URL: #40296 Backport-PR-URL: #40689 Fixes: #40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 6b7b2bb commit da35612

8 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 2 deletions

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- v[0-9]+.x
1313

1414
env:
15-
PYTHON_VERSION: 3.9
15+
PYTHON_VERSION: '3.10'
1616
FLAKY_TESTS: dontcare
1717

1818
jobs:

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- v[0-9]+.x
1212

1313
env:
14-
PYTHON_VERSION: 3.9
14+
PYTHON_VERSION: '3.10'
1515
NODE_VERSION: lts/*
1616

1717
jobs:

.github/workflows/test-asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'doc/**'
1919

2020
env:
21-
PYTHON_VERSION: 3.9
21+
PYTHON_VERSION: '3.10'
2222
FLAKY_TESTS: dontcare
2323

2424
jobs:

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- v[0-9]+.x
1313

1414
env:
15-
PYTHON_VERSION: 3.9
15+
PYTHON_VERSION: '3.10'
1616
FLAKY_TESTS: dontcare
1717

1818
jobs:

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'doc/**'
1919

2020
env:
21-
PYTHON_VERSION: 3.9
21+
PYTHON_VERSION: '3.10'
2222
FLAKY_TESTS: dontcare
2323

2424
jobs:

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ test with Python 3.
239239
* GNU Make 3.81 or newer
240240
* Python (see note above)
241241
* Python 2.7
242-
* Python 3.5, 3.6, 3.7, or 3.8
242+
* Python 3.5, 3.6, 3.7, 3.8, 3.9 or 3.10 (see note above)
243243

244244
Installation via Linux package manager can be achieved with:
245245

@@ -256,7 +256,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
256256
* Xcode Command Line Tools >= 10 for macOS
257257
* Python (see note above)
258258
* Python 2.7
259-
* Python 3.5, 3.6, 3.7, or 3.8
259+
* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
260260

261261
macOS users can install the `Xcode Command Line Tools` by running
262262
`xcode-select --install`. Alternatively, if you already have the full Xcode

configure

Lines changed: 2 additions & 1 deletion

0 commit comments

Comments
 (0)