Skip to content

Commit 6a5b3d0

Browse files
tests: drop testing Python 3.5, add testing Python 3.9 (#24)
1 parent be40b44 commit 6a5b3d0

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
DEFAULT_PYTHON_VERSION = "3.8"
3030
SYSTEM_TEST_PYTHON_VERSIONS = ["2.7", "3.8"]
31-
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8"]
31+
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
3232

3333

3434
@nox.session(python=DEFAULT_PYTHON_VERSION)

synth.metadata

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,63 @@
1414
"sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669"
1515
}
1616
}
17+
],
18+
"generatedFiles": [
19+
".coveragerc",
20+
".flake8",
21+
".github/CONTRIBUTING.md",
22+
".github/ISSUE_TEMPLATE/bug_report.md",
23+
".github/ISSUE_TEMPLATE/feature_request.md",
24+
".github/ISSUE_TEMPLATE/support_request.md",
25+
".github/PULL_REQUEST_TEMPLATE.md",
26+
".github/release-please.yml",
27+
".gitignore",
28+
".kokoro/build.sh",
29+
".kokoro/continuous/common.cfg",
30+
".kokoro/continuous/continuous.cfg",
31+
".kokoro/docs/common.cfg",
32+
".kokoro/docs/docs.cfg",
33+
".kokoro/presubmit/common.cfg",
34+
".kokoro/presubmit/presubmit.cfg",
35+
".kokoro/publish-docs.sh",
36+
".kokoro/release.sh",
37+
".kokoro/release/common.cfg",
38+
".kokoro/release/release.cfg",
39+
".kokoro/samples/lint/common.cfg",
40+
".kokoro/samples/lint/continuous.cfg",
41+
".kokoro/samples/lint/periodic.cfg",
42+
".kokoro/samples/lint/presubmit.cfg",
43+
".kokoro/samples/python3.6/common.cfg",
44+
".kokoro/samples/python3.6/continuous.cfg",
45+
".kokoro/samples/python3.6/periodic.cfg",
46+
".kokoro/samples/python3.6/presubmit.cfg",
47+
".kokoro/samples/python3.7/common.cfg",
48+
".kokoro/samples/python3.7/continuous.cfg",
49+
".kokoro/samples/python3.7/periodic.cfg",
50+
".kokoro/samples/python3.7/presubmit.cfg",
51+
".kokoro/samples/python3.8/common.cfg",
52+
".kokoro/samples/python3.8/continuous.cfg",
53+
".kokoro/samples/python3.8/periodic.cfg",
54+
".kokoro/samples/python3.8/presubmit.cfg",
55+
".kokoro/test-samples.sh",
56+
".kokoro/trampoline.sh",
57+
"CODE_OF_CONDUCT.md",
58+
"CONTRIBUTING.rst",
59+
"LICENSE",
60+
"MANIFEST.in",
61+
"docs/_static/custom.css",
62+
"docs/_templates/layout.html",
63+
"docs/conf.py",
64+
"noxfile.py",
65+
"renovate.json",
66+
"scripts/decrypt-secrets.sh",
67+
"scripts/readme-gen/readme_gen.py",
68+
"scripts/readme-gen/templates/README.tmpl.rst",
69+
"scripts/readme-gen/templates/auth.tmpl.rst",
70+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
71+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
72+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
73+
"setup.cfg",
74+
"testing/.gitignore"
1775
]
1876
}

0 commit comments

Comments
 (0)