Skip to content

Commit 1faa16f

Browse files
authored
docs: show that Python 3.9 and 3.10 are supported in classifiers (#351)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-storage/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #342 🦕
1 parent f4d0632 commit 1faa16f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ branchProtectionRules:
1313
- 'Samples - Python 3.6'
1414
- 'Samples - Python 3.7'
1515
- 'Samples - Python 3.8'
16+
- 'Samples - Python 3.9'
17+
- 'Samples - Python 3.10'

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
"Programming Language :: Python :: 3.6",
7373
"Programming Language :: Python :: 3.7",
7474
"Programming Language :: Python :: 3.8",
75+
"Programming Language :: Python :: 3.9",
76+
"Programming Language :: Python :: 3.10",
7577
"Operating System :: OS Independent",
7678
"Topic :: Internet",
7779
],

0 commit comments

Comments
 (0)