Skip to content

Commit 3fa9970

Browse files
committed
chore: restores select Python versions
1 parent 28c63ec commit 3fa9970

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/sqlalchemy-bigquery/noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
DEFAULT_PYTHON_VERSION = "3.14"
4545

4646
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
47-
# "3.8",
48-
# "3.9",
47+
"3.8",
48+
"3.9",
4949
"3.10",
5050
"3.11",
5151
"3.12",
5252
"3.13",
5353
"3.14",
5454
]
5555
ALL_PYTHON = list(UNIT_TEST_PYTHON_VERSIONS)
56-
ALL_PYTHON.extend(["3.9"])
56+
ALL_PYTHON.extend(["3.7"])
5757
UNIT_TEST_STANDARD_DEPENDENCIES = [
5858
"mock",
5959
"asyncmock",

0 commit comments

Comments
 (0)