Skip to content

Commit 2153b1c

Browse files
committed
feat(pandas-gbq): Update Nox sessions to remove old versions and dead code
1 parent 1c4a3d9 commit 2153b1c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/pandas-gbq/noxfile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
"3.12",
4141
"3.13",
4242
"3.14",
43-
# Not supported, but included so that we can explicitly skip the session
44-
# from here. Keep unsupported versions last so that they don't conflict with
45-
# the prerelease_deps session.
46-
"3.9",
4743
]
4844

4945
UNIT_TEST_STANDARD_DEPENDENCIES = [
@@ -235,8 +231,6 @@ def default(session):
235231
@_calculate_duration
236232
def unit(session):
237233
"""Run the unit test suite."""
238-
if session.python == "3.9":
239-
session.skip("Python 3.9 is not supported.")
240234
default(session)
241235

242236

0 commit comments

Comments
 (0)