Skip to content

Commit

Permalink
Enum repr change hasn't happened in Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 19, 2024
1 parent 2f6a814 commit b4c9406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_device():
},
)

if sys.version_info >= (3, 13):
if sys.version_info >= (3, 14):
expected = """tests.test_pprinter.Device(
device_id=1000,
display_name='Television',
Expand Down

0 comments on commit b4c9406

Please sign in to comment.