Skip to content

Commit

Permalink
add minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Mar 25, 2024
1 parent dfd3455 commit a81bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/cases/pep_701.py
@@ -1,4 +1,4 @@
# flags: --target-version=py312
# flags: --minimum-version=3.12 --target-version=py312
x = f"foo"
x = f'foo'
x = f"""foo"""
Expand Down

0 comments on commit a81bae3

Please sign in to comment.