Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 856621e

Browse files
chore: exclude .nox from linting; update python versions in CONTRIBUTING (#68)
1 parent c5e9a00 commit 856621e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ exclude =
2626
*_pb2.py
2727

2828
# Standard linting exemptions.
29+
**/.nox/**
2930
__pycache__,
3031
.git,
3132
*.pyc,

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.3.0
5+
rev: v3.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer

CONTRIBUTING.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ In order to add a feature:
2121
- The feature must be documented in both the API and narrative
2222
documentation.
2323

24-
- The feature must work fully on the following CPython versions: 2.7,
25-
3.5, 3.6, 3.7 and 3.8 on both UNIX and Windows.
24+
- The feature must work fully on the following CPython versions:
25+
3.6, 3.7, 3.8 and 3.9 on both UNIX and Windows.
2626

2727
- The feature must not add unnecessary dependencies (where
2828
"unnecessary" is of course subjective, but new dependencies should
@@ -202,25 +202,24 @@ Supported Python Versions
202202

203203
We support:
204204

205-
- `Python 3.5`_
206205
- `Python 3.6`_
207206
- `Python 3.7`_
208207
- `Python 3.8`_
208+
- `Python 3.9`_
209209

210-
.. _Python 3.5: https://docs.python.org/3.5/
211210
.. _Python 3.6: https://docs.python.org/3.6/
212211
.. _Python 3.7: https://docs.python.org/3.7/
213212
.. _Python 3.8: https://docs.python.org/3.8/
213+
.. _Python 3.9: https://docs.python.org/3.9/
214214

215215

216216
Supported versions can be found in our ``noxfile.py`` `config`_.
217217

218218
.. _config: https://github.com/googleapis/python-secret-manager/blob/master/noxfile.py
219219

220-
Python 2.7 support is deprecated. All code changes should maintain Python 2.7 compatibility until January 1, 2020.
221220

222221
We also explicitly decided to support Python 3 beginning with version
223-
3.5. Reasons for this include:
222+
3.6. Reasons for this include:
224223

225224
- Encouraging use of newest versions of Python 3
226225
- Taking the lead of `prominent`_ open-source `projects`_

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-secret-manager.git",
7-
"sha": "fafd37588c8509efd926d8d7529965ac4246fbb4"
7+
"sha": "c5e9a0019e52873cb7fcecec30f98e14189027a7"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1"
22+
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1"
29+
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)