force owlbot to ignore changes
diff --git a/owlbot.py b/owlbot.py
index 41101e8..323bed9 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -57,7 +57,7 @@
 # ----------------------------------------------------------------------------
 
 python.py_samples(
-    skip_readmes=True, files_to_exclude=["noxfile.py", "requirements-test.txt"]
+    skip_readmes=True, files_to_exclude=["**/noxfile.py", "**/requirements-test.txt"]
 )
 
 for noxfile in Path(".").glob("**/noxfile.py"):
diff --git a/samples/compute/noxfile.py b/samples/compute/noxfile.py
index 782da04..1be564b 100644
--- a/samples/compute/noxfile.py
+++ b/samples/compute/noxfile.py
@@ -86,9 +86,7 @@
     return ret
 
 
-# DO NOT EDIT - automatically generated.
-# All versions used to test samples.
-ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
+ALL_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"]
 
 # Any default versions that should be ignored.
 IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]