Skip to content

Commit

Permalink
check-message-compatibility: add python 3.8 support
Browse files Browse the repository at this point in the history
It does not support the typing classes.
Python 3.8 is almost EOL.
  • Loading branch information
bkueng committed Aug 13, 2024
1 parent 45e69ad commit 263b18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check-message-compatibility.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
""" Check message compatibility between two repositories containing a msg/ directory of .msg message definitions """

from __future__ import annotations # for Python 3.8 compatibility
import os
import sys
import difflib
Expand Down

0 comments on commit 263b18d

Please sign in to comment.