Added Python 3.13 support.

This commit is contained in:
Joe Testa
2024-09-24 18:20:07 -04:00
parent 6d57c7c0f7
commit e97bbd9782
5 changed files with 14 additions and 12 deletions

View File

@ -25,7 +25,7 @@
"""
import concurrent.futures
import copy
import getopt
import getopt # pylint: disable=deprecated-module
import json
import multiprocessing
import os