| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a80191 commit 556e245
14 files changed
| 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:b2dc5f80edcf5d4486c39068c9fa11f7f851d9568eea4dcba130f994ea9b5e97 | ||
| 17 | - # created: 2022-06-12T16:09:31.61859086Z | ||
| 16 | + digest: sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c | ||
| 17 | + # created: 2022-07-05T18:31:20.838186805Z | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ jobs: | |||
| 8 | 8 | runs-on: ubuntu-latest | |
| 9 | 9 | strategy: | |
| 10 | 10 | matrix: | |
| 11 | - python: ['3.6', '3.7', '3.8', '3.9', '3.10'] | ||
| 11 | + python: ['3.7', '3.8', '3.9', '3.10'] | ||
| 12 | 12 | steps: | |
| 13 | 13 | - name: Checkout | |
| 14 | 14 | uses: actions/checkout@v3 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ export PYTHONUNBUFFERED=1 | |||
| 33 | 33 | env | grep KOKORO | |
| 34 | 34 | ||
| 35 | 35 | # Install nox | |
| 36 | - python3.6 -m pip install --upgrade --quiet nox | ||
| 36 | + python3.9 -m pip install --upgrade --quiet nox | ||
| 37 | 37 | ||
| 38 | 38 | # Use secrets acessor service account to get secrets | |
| 39 | 39 | if [[ -f "${KOKORO_GFILE_DIR}/secrets_viewer_service_account.json" ]]; then | |
@@ -76,7 +76,7 @@ for file in samples/**/requirements.txt; do | |||
| 76 | 76 | echo "------------------------------------------------------------" | |
| 77 | 77 | ||
| 78 | 78 | # Use nox to execute the tests for the project. | |
| 79 | - python3.6 -m nox -s "$RUN_TESTS_SESSION" | ||
| 79 | + python3.9 -m nox -s "$RUN_TESTS_SESSION" | ||
| 80 | 80 | EXIT=$? | |
| 81 | 81 | ||
| 82 | 82 | # If this is a periodic build, send the test log to the FlakyBot. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,5 +12,6 @@ | |||
| 12 | 12 | "api_id": "memcache.googleapis.com", | |
| 13 | 13 | "default_version": "v1", | |
| 14 | 14 | "codeowner_team": "", | |
| 15 | - "api_shortname": "memcache" | ||
| 15 | + "api_shortname": "memcache", | ||
| 16 | + "api_description": "is a fully-managed in-memory data store service for Memcache." | ||
| 16 | 17 | } | |
| 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.6, 3.7, 3.8, 3.9 and 3.10 on both UNIX and Windows. | ||
| 25 | + 3.7, 3.8, 3.9 and 3.10 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 | |
@@ -221,13 +221,11 @@ Supported Python Versions | |||
| 221 | 221 | ||
| 222 | 222 | We support: | |
| 223 | 223 | ||
| 224 | - - `Python 3.6`_ | ||
| 225 | 224 | - `Python 3.7`_ | |
| 226 | 225 | - `Python 3.8`_ | |
| 227 | 226 | - `Python 3.9`_ | |
| 228 | 227 | - `Python 3.10`_ | |
| 229 | 228 | ||
| 230 | - .. _Python 3.6: https://docs.python.org/3.6/ | ||
| 231 | 229 | .. _Python 3.7: https://docs.python.org/3.7/ | |
| 232 | 230 | .. _Python 3.8: https://docs.python.org/3.8/ | |
| 233 | 231 | .. _Python 3.9: https://docs.python.org/3.9/ | |
@@ -239,7 +237,7 @@ Supported versions can be found in our ``noxfile.py`` `config`_. | |||
| 239 | 237 | .. _config: https://github.com/googleapis/python-memcache/blob/main/noxfile.py | |
| 240 | 238 | ||
| 241 | 239 | ||
| 242 | - We also explicitly decided to support Python 3 beginning with version 3.6. | ||
| 240 | + We also explicitly decided to support Python 3 beginning with version 3.7. | ||
| 243 | 241 | Reasons for this include: | |
| 244 | 242 | ||
| 245 | 243 | - Encouraging use of newest versions of Python 3 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments