Skip to content

Commit fc8e21b

Browse files
committed
remove Python 3.8, add Python 3.14
1 parent ab74c63 commit fc8e21b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

opencage/command_line.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ def main(args=sys.argv[1:]):
1717
"""
1818
options = parse_args(args)
1919

20-
assert sys.version_info >= (3, 8), "Script requires Python 3.8 or newer"
21-
2220
geocoder = OpenCageBatchGeocoder(options)
2321

2422
with options.input as input_filename:

0 commit comments

Comments
 (0)