| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 18820bf commit f83b9bc
11 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ jobs: | |||
| 27 | 27 | build-tarball: | |
| 28 | 28 | if: github.event.pull_request.draft == false | |
| 29 | 29 | env: | |
| 30 | - PYTHON_VERSION: 3.9 | ||
| 30 | + PYTHON_VERSION: '3.10' | ||
| 31 | 31 | runs-on: ubuntu-latest | |
| 32 | 32 | steps: | |
| 33 | 33 | - uses: actions/checkout@v2 | |
@@ -52,7 +52,7 @@ jobs: | |||
| 52 | 52 | path: tarballs | |
| 53 | 53 | test-tarball-linux: | |
| 54 | 54 | env: | |
| 55 | - PYTHON_VERSION: 3.9 | ||
| 55 | + PYTHON_VERSION: '3.10' | ||
| 56 | 56 | needs: build-tarball | |
| 57 | 57 | runs-on: ubuntu-latest | |
| 58 | 58 | steps: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ on: | |||
| 12 | 12 | - v[0-9]+.x | |
| 13 | 13 | ||
| 14 | 14 | env: | |
| 15 | - PYTHON_VERSION: 3.9 | ||
| 15 | + PYTHON_VERSION: '3.10' | ||
| 16 | 16 | FLAKY_TESTS: dontcare | |
| 17 | 17 | ||
| 18 | 18 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ on: | |||
| 19 | 19 | - 'doc/**' | |
| 20 | 20 | ||
| 21 | 21 | env: | |
| 22 | - PYTHON_VERSION: 3.9 | ||
| 22 | + PYTHON_VERSION: '3.10' | ||
| 23 | 23 | FLAKY_TESTS: dontcare | |
| 24 | 24 | ||
| 25 | 25 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ on: | |||
| 21 | 21 | - 'tools/**' | |
| 22 | 22 | ||
| 23 | 23 | env: | |
| 24 | - PYTHON_VERSION: 3.9 | ||
| 24 | + PYTHON_VERSION: '3.10' | ||
| 25 | 25 | FLAKY_TESTS: dontcare | |
| 26 | 26 | ||
| 27 | 27 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ on: | |||
| 11 | 11 | - v[0-9]+.x | |
| 12 | 12 | ||
| 13 | 13 | env: | |
| 14 | - PYTHON_VERSION: 3.9 | ||
| 14 | + PYTHON_VERSION: '3.10' | ||
| 15 | 15 | NODE_VERSION: lts/* | |
| 16 | 16 | ||
| 17 | 17 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ on: | |||
| 22 | 22 | - 'doc/**' | |
| 23 | 23 | ||
| 24 | 24 | env: | |
| 25 | - PYTHON_VERSION: 3.9 | ||
| 25 | + PYTHON_VERSION: '3.10' | ||
| 26 | 26 | FLAKY_TESTS: dontcare | |
| 27 | 27 | ||
| 28 | 28 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ on: | |||
| 20 | 20 | - test/internet/** | |
| 21 | 21 | ||
| 22 | 22 | env: | |
| 23 | - PYTHON_VERSION: 3.9 | ||
| 23 | + PYTHON_VERSION: '3.10' | ||
| 24 | 24 | FLAKY_TESTS: dontcare | |
| 25 | 25 | ||
| 26 | 26 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ on: | |||
| 12 | 12 | - v[0-9]+.x | |
| 13 | 13 | ||
| 14 | 14 | env: | |
| 15 | - PYTHON_VERSION: 3.9 | ||
| 15 | + PYTHON_VERSION: '3.10' | ||
| 16 | 16 | FLAKY_TESTS: dontcare | |
| 17 | 17 | ||
| 18 | 18 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ on: | |||
| 22 | 22 | - 'doc/**' | |
| 23 | 23 | ||
| 24 | 24 | env: | |
| 25 | - PYTHON_VERSION: 3.9 | ||
| 25 | + PYTHON_VERSION: '3.10' | ||
| 26 | 26 | FLAKY_TESTS: dontcare | |
| 27 | 27 | ||
| 28 | 28 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -239,7 +239,7 @@ The Node.js project supports Python >= 3 for building and testing. | |||
| 239 | 239 | ||
| 240 | 240 | * `gcc` and `g++` >= 8.3 or newer, or | |
| 241 | 241 | * GNU Make 3.81 or newer | |
| 242 | - * Python 3.6, 3.7, 3.8, or 3.9 (see note above) | ||
| 242 | + * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) | ||
| 243 | 243 | ||
| 244 | 244 | Installation via Linux package manager can be achieved with: | |
| 245 | 245 | ||
@@ -254,7 +254,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`. | |||
| 254 | 254 | #### macOS prerequisites | |
| 255 | 255 | ||
| 256 | 256 | * Xcode Command Line Tools >= 11 for macOS | |
| 257 | - * Python 3.6, 3.7, 3.8, or 3.9 (see note above) | ||
| 257 | + * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) | ||
| 258 | 258 | ||
| 259 | 259 | macOS users can install the `Xcode Command Line Tools` by running | |
| 260 | 260 | `xcode-select --install`. Alternatively, if you already have the full Xcode | |
| Back | FazBrowse Home | New Git URL |
0 commit comments