| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4bfa387 commit 8bc7dfd
13 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ concurrency: | |||
| 28 | 28 | cancel-in-progress: true | |
| 29 | 29 | ||
| 30 | 30 | env: | |
| 31 | - PYTHON_VERSION: '3.12' | ||
| 31 | + PYTHON_VERSION: '3.14' | ||
| 32 | 32 | FLAKY_TESTS: keep_retrying | |
| 33 | 33 | CLANG_VERSION: '19' | |
| 34 | 34 | ||
@@ -47,6 +47,7 @@ jobs: | |||
| 47 | 47 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 48 | 48 | with: | |
| 49 | 49 | python-version: ${{ env.PYTHON_VERSION }} | |
| 50 | + allow-prereleases: true | ||
| 50 | 51 | - name: Environment Information | |
| 51 | 52 | run: npx envinfo | |
| 52 | 53 | - name: Make tarball | |
@@ -82,6 +83,7 @@ jobs: | |||
| 82 | 83 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 83 | 84 | with: | |
| 84 | 85 | python-version: ${{ env.PYTHON_VERSION }} | |
| 86 | + allow-prereleases: true | ||
| 85 | 87 | - name: Set up sccache | |
| 86 | 88 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 87 | 89 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ concurrency: | |||
| 34 | 34 | cancel-in-progress: true | |
| 35 | 35 | ||
| 36 | 36 | env: | |
| 37 | - PYTHON_VERSION: '3.12' | ||
| 37 | + PYTHON_VERSION: '3.14' | ||
| 38 | 38 | FLAKY_TESTS: keep_retrying | |
| 39 | 39 | CLANG_VERSION: '19' | |
| 40 | 40 | CC: sccache clang-19 | |
@@ -60,6 +60,7 @@ jobs: | |||
| 60 | 60 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 61 | 61 | with: | |
| 62 | 62 | python-version: ${{ env.PYTHON_VERSION }} | |
| 63 | + allow-prereleases: true | ||
| 63 | 64 | - name: Set up sccache | |
| 64 | 65 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 65 | 66 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ concurrency: | |||
| 34 | 34 | cancel-in-progress: true | |
| 35 | 35 | ||
| 36 | 36 | env: | |
| 37 | - PYTHON_VERSION: '3.12' | ||
| 37 | + PYTHON_VERSION: '3.14' | ||
| 38 | 38 | FLAKY_TESTS: keep_retrying | |
| 39 | 39 | CLANG_VERSION: '19' | |
| 40 | 40 | CC: sccache clang-19 | |
@@ -60,6 +60,7 @@ jobs: | |||
| 60 | 60 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 61 | 61 | with: | |
| 62 | 62 | python-version: ${{ env.PYTHON_VERSION }} | |
| 63 | + allow-prereleases: true | ||
| 63 | 64 | - name: Set up sccache | |
| 64 | 65 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 65 | 66 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ concurrency: | |||
| 34 | 34 | cancel-in-progress: true | |
| 35 | 35 | ||
| 36 | 36 | env: | |
| 37 | - PYTHON_VERSION: '3.12' | ||
| 37 | + PYTHON_VERSION: '3.14' | ||
| 38 | 38 | FLAKY_TESTS: keep_retrying | |
| 39 | 39 | ||
| 40 | 40 | permissions: | |
@@ -52,6 +52,7 @@ jobs: | |||
| 52 | 52 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 53 | 53 | with: | |
| 54 | 54 | python-version: ${{ env.PYTHON_VERSION }} | |
| 55 | + allow-prereleases: true | ||
| 55 | 56 | - name: Install deps | |
| 56 | 57 | run: choco install nasm | |
| 57 | 58 | - name: Environment Information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ on: | |||
| 13 | 13 | - cron: 30 0 * * * | |
| 14 | 14 | ||
| 15 | 15 | env: | |
| 16 | - PYTHON_VERSION: '3.12' | ||
| 16 | + PYTHON_VERSION: '3.14' | ||
| 17 | 17 | ||
| 18 | 18 | permissions: | |
| 19 | 19 | contents: read | |
@@ -42,6 +42,7 @@ jobs: | |||
| 42 | 42 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 43 | 43 | with: | |
| 44 | 44 | python-version: ${{ env.PYTHON_VERSION }} | |
| 45 | + allow-prereleases: true | ||
| 45 | 46 | - name: Environment Information | |
| 46 | 47 | run: npx envinfo | |
| 47 | 48 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ concurrency: | |||
| 10 | 10 | cancel-in-progress: true | |
| 11 | 11 | ||
| 12 | 12 | env: | |
| 13 | - PYTHON_VERSION: '3.12' | ||
| 13 | + PYTHON_VERSION: '3.14' | ||
| 14 | 14 | NODE_VERSION: lts/* | |
| 15 | 15 | ||
| 16 | 16 | permissions: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ concurrency: | |||
| 14 | 14 | cancel-in-progress: true | |
| 15 | 15 | ||
| 16 | 16 | env: | |
| 17 | - PYTHON_VERSION: '3.12' | ||
| 17 | + PYTHON_VERSION: '3.14' | ||
| 18 | 18 | NODE_VERSION: lts/* | |
| 19 | 19 | ||
| 20 | 20 | permissions: | |
@@ -47,6 +47,7 @@ jobs: | |||
| 47 | 47 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 48 | 48 | with: | |
| 49 | 49 | python-version: ${{ env.PYTHON_VERSION }} | |
| 50 | + allow-prereleases: true | ||
| 50 | 51 | - name: Environment Information | |
| 51 | 52 | run: npx envinfo | |
| 52 | 53 | - name: Lint C/C++ files | |
@@ -67,6 +68,7 @@ jobs: | |||
| 67 | 68 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 68 | 69 | with: | |
| 69 | 70 | python-version: ${{ env.PYTHON_VERSION }} | |
| 71 | + allow-prereleases: true | ||
| 70 | 72 | - name: Environment Information | |
| 71 | 73 | run: npx envinfo | |
| 72 | 74 | - name: Format C/C++ files | |
@@ -149,6 +151,7 @@ jobs: | |||
| 149 | 151 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 150 | 152 | with: | |
| 151 | 153 | python-version: ${{ env.PYTHON_VERSION }} | |
| 154 | + allow-prereleases: true | ||
| 152 | 155 | - name: Environment Information | |
| 153 | 156 | run: npx envinfo | |
| 154 | 157 | - name: Lint Python | |
@@ -166,6 +169,7 @@ jobs: | |||
| 166 | 169 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 167 | 170 | with: | |
| 168 | 171 | python-version: ${{ env.PYTHON_VERSION }} | |
| 172 | + allow-prereleases: true | ||
| 169 | 173 | - name: Environment Information | |
| 170 | 174 | run: npx envinfo | |
| 171 | 175 | - name: Lint YAML | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ concurrency: | |||
| 31 | 31 | cancel-in-progress: true | |
| 32 | 32 | ||
| 33 | 33 | env: | |
| 34 | - PYTHON_VERSION: '3.12' | ||
| 34 | + PYTHON_VERSION: '3.14' | ||
| 35 | 35 | FLAKY_TESTS: keep_retrying | |
| 36 | 36 | CLANG_VERSION: '19' | |
| 37 | 37 | CC: sccache clang-19 | |
@@ -57,6 +57,7 @@ jobs: | |||
| 57 | 57 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 58 | 58 | with: | |
| 59 | 59 | python-version: ${{ env.PYTHON_VERSION }} | |
| 60 | + allow-prereleases: true | ||
| 60 | 61 | - name: Set up sccache | |
| 61 | 62 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 62 | 63 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ concurrency: | |||
| 25 | 25 | cancel-in-progress: true | |
| 26 | 26 | ||
| 27 | 27 | env: | |
| 28 | - PYTHON_VERSION: '3.12' | ||
| 28 | + PYTHON_VERSION: '3.14' | ||
| 29 | 29 | FLAKY_TESTS: keep_retrying | |
| 30 | 30 | CLANG_VERSION: '19' | |
| 31 | 31 | CC: sccache clang-19 | |
@@ -56,6 +56,7 @@ jobs: | |||
| 56 | 56 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 57 | 57 | with: | |
| 58 | 58 | python-version: ${{ env.PYTHON_VERSION }} | |
| 59 | + allow-prereleases: true | ||
| 59 | 60 | - name: Set up sccache | |
| 60 | 61 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 61 | 62 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ concurrency: | |||
| 29 | 29 | cancel-in-progress: true | |
| 30 | 30 | ||
| 31 | 31 | env: | |
| 32 | - PYTHON_VERSION: '3.12' | ||
| 32 | + PYTHON_VERSION: '3.14' | ||
| 33 | 33 | XCODE_VERSION: '16.4' | |
| 34 | 34 | FLAKY_TESTS: keep_retrying | |
| 35 | 35 | ||
@@ -55,6 +55,7 @@ jobs: | |||
| 55 | 55 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| 56 | 56 | with: | |
| 57 | 57 | python-version: ${{ env.PYTHON_VERSION }} | |
| 58 | + allow-prereleases: true | ||
| 58 | 59 | - name: Set up Xcode ${{ env.XCODE_VERSION }} | |
| 59 | 60 | run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app | |
| 60 | 61 | - name: Set up sccache | |
| Back | FazBrowse Home | New Git URL |
0 commit comments