| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest | |
| 16 | - digest: sha256:25de45b58e52021d3a24a6273964371a97a4efeefe6ad3845a64e697c63b6447 | ||
| 17 | - # created: 2025-04-14T14:34:43.260858345Z | ||
| 16 | + digest: sha256:4a9e5d44b98e8672e2037ee22bc6b4f8e844a2d75fcb78ea8a4b38510112abc6 | ||
| 17 | + # created: 2025-10-07 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,18 +17,18 @@ branchProtectionRules: | |||
| 17 | 17 | # List of required status check contexts that must pass for commits to be accepted to matching branches. | |
| 18 | 18 | requiredStatusCheckContexts: | |
| 19 | 19 | - 'Kokoro' | |
| 20 | - - 'Kokoro system-3.7' | ||
| 20 | + - 'Kokoro system' | ||
| 21 | 21 | - 'cla/google' | |
| 22 | 22 | - 'OwlBot Post Processor' | |
| 23 | 23 | - 'docs' | |
| 24 | 24 | - 'docfx' | |
| 25 | 25 | - 'lint' | |
| 26 | - - 'unit (3.7)' | ||
| 27 | - - 'unit (3.8)' | ||
| 28 | 26 | - 'unit (3.9)' | |
| 29 | 27 | - 'unit (3.10)' | |
| 30 | 28 | - 'unit (3.11)' | |
| 31 | 29 | - 'unit (3.12)' | |
| 30 | + - 'unit (3.13)' | ||
| 31 | + - 'unit (3.14)' | ||
| 32 | 32 | - 'cover' | |
| 33 | 33 | - 'run-systests' | |
| 34 | 34 | # List of explicit permissions to add (additive only) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ jobs: | |||
| 12 | 12 | - name: Setup Python | |
| 13 | 13 | uses: actions/setup-python@v5 | |
| 14 | 14 | with: | |
| 15 | - python-version: "3.8" | ||
| 15 | + python-version: "3.13" | ||
| 16 | 16 | - name: Install nox | |
| 17 | 17 | run: | | |
| 18 | 18 | python -m pip install --upgrade setuptools pip wheel | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ jobs: | |||
| 12 | 12 | - name: Setup Python | |
| 13 | 13 | uses: actions/setup-python@v5 | |
| 14 | 14 | with: | |
| 15 | - python-version: "3.8" | ||
| 15 | + python-version: "3.13" | ||
| 16 | 16 | - name: Install nox | |
| 17 | 17 | run: | | |
| 18 | 18 | python -m pip install --upgrade setuptools pip wheel | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ jobs: | |||
| 17 | 17 | - name: Setup Python | |
| 18 | 18 | uses: actions/setup-python@v5 | |
| 19 | 19 | with: | |
| 20 | - python-version: '3.7' | ||
| 20 | + python-version: '3.13' | ||
| 21 | 21 | ||
| 22 | 22 | # firestore emulator requires java 21+ | |
| 23 | 23 | - name: Setup Java | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ jobs: | |||
| 11 | 11 | runs-on: ubuntu-22.04 | |
| 12 | 12 | strategy: | |
| 13 | 13 | matrix: | |
| 14 | - python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] | ||
| 14 | + python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] | ||
| 15 | 15 | steps: | |
| 16 | 16 | - name: Checkout | |
| 17 | 17 | uses: actions/checkout@v4 | |
@@ -45,7 +45,7 @@ jobs: | |||
| 45 | 45 | - name: Setup Python | |
| 46 | 46 | uses: actions/setup-python@v5 | |
| 47 | 47 | with: | |
| 48 | - python-version: "3.8" | ||
| 48 | + python-version: "3.13" | ||
| 49 | 49 | - name: Install coverage | |
| 50 | 50 | run: | | |
| 51 | 51 | python -m pip install --upgrade setuptools pip wheel | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + # Format: //devtools/kokoro/config/proto/build.proto | ||
| 2 | + | ||
| 3 | + # Only run this nox session. | ||
| 4 | + env_vars: { | ||
| 5 | + key: "NOX_SESSION" | ||
| 6 | + value: "system-3.14" | ||
| 7 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + # Format: //devtools/kokoro/config/proto/build.proto | ||
| 2 | + | ||
| 3 | + # Only run this nox session. | ||
| 4 | + env_vars: { | ||
| 5 | + key: "NOX_SESSION" | ||
| 6 | + value: "system-3.9" | ||
| 7 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + # Format: //devtools/kokoro/config/proto/build.proto | ||
| 2 | + | ||
| 3 | + # Only run this nox session. | ||
| 4 | + env_vars: { | ||
| 5 | + key: "NOX_SESSION" | ||
| 6 | + value: "system-3.9" | ||
| 7 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ In order to add a feature: | |||
| 22 | 22 | documentation. | |
| 23 | 23 | ||
| 24 | 24 | - The feature must work fully on the following CPython versions: | |
| 25 | - 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and 3.13 on both UNIX and Windows. | ||
| 25 | + 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 and 3.14 on both UNIX and Windows. | ||
| 26 | 26 | ||
| 27 | 27 | - The feature must not add unnecessary dependencies (where | |
| 28 | 28 | "unnecessary" is of course subjective, but new dependencies should | |
@@ -72,7 +72,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests. | |||
| 72 | 72 | ||
| 73 | 73 | - To run a single unit test:: | |
| 74 | 74 | ||
| 75 | - $ nox -s unit-3.13 -- -k <name of test> | ||
| 75 | + $ nox -s unit-3.14 -- -k <name of test> | ||
| 76 | 76 | ||
| 77 | 77 | ||
| 78 | 78 | .. note:: | |
@@ -238,14 +238,15 @@ We support: | |||
| 238 | 238 | - `Python 3.11`_ | |
| 239 | 239 | - `Python 3.12`_ | |
| 240 | 240 | - `Python 3.13`_ | |
| 241 | + - `Python 3.14`_ | ||
| 241 | 242 | ||
| 242 | 243 | .. _Python 3.7: https://docs.python.org/3.7/ | |
| 243 | 244 | .. _Python 3.8: https://docs.python.org/3.8/ | |
| 244 | 245 | .. _Python 3.9: https://docs.python.org/3.9/ | |
| 245 | 246 | .. _Python 3.10: https://docs.python.org/3.10/ | |
| 246 | 247 | .. _Python 3.11: https://docs.python.org/3.11/ | |
| 247 | 248 | .. _Python 3.12: https://docs.python.org/3.12/ | |
| 248 | - .. _Python 3.13: https://docs.python.org/3.13/ | ||
| 249 | + .. _Python 3.14: https://docs.python.org/3.14/ | ||
| 249 | 250 | ||
| 250 | 251 | ||
| 251 | 252 | Supported versions can be found in our ``noxfile.py`` `config`_. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments