Skip to content

Commit 8f44fe0

Browse files
authored
Add python 3.11 to owlbot.py and setup.py
1 parent e3a0665 commit 8f44fe0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

owlbot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"3.11": ["tests", "geography", "bqstorage"],
3434
}
3535
templated_files = common.py_library(
36-
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11"],
37-
system_test_python_versions=["3.8", "3.11"],
36+
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12"],
37+
system_test_python_versions=["3.8", "3.11", "3.12"],
3838
cov_level=100,
3939
unit_test_extras=extras,
4040
unit_test_extras_by_python=extras_by_python,

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def readme():
8888
"Programming Language :: Python :: 3.9",
8989
"Programming Language :: Python :: 3.10",
9090
"Programming Language :: Python :: 3.11",
91+
"Programming Language :: Python :: 3.12",
9192
"Operating System :: OS Independent",
9293
"Topic :: Database :: Front-Ends",
9394
],

0 commit comments

Comments
 (0)