Skip to content

Commit

Permalink
chore: add sample test version to be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta authored Dec 21, 2023
1 parent 7a92315 commit 1a093d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/samples/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

TEST_CONFIG = {
# You can opt out from the test for specific Python versions.
"ignored_versions": [],
"ignored_versions": ["3.7", "3.9", "3.10", "3.11"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
Expand Down

0 comments on commit 1a093d5

Please sign in to comment.