Skip to content

Commit b594770

Browse files
committed
chore: cleanup and Python 3.10+ support
1 parent aff681b commit b594770

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
radon>=4,<7
22
requests>=2.0,<3.0
3-
PyYAML>=4.2b1,<7.0
3+
PyYAML>=5.0,<7.0

test_xenon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import sys
1010
import argparse
1111

12+
# Monkey-patch paramunittest for Python 3.10+
1213
if sys.version_info[:2] >= (3, 10):
1314
import collections.abc
1415
collections.Mapping = collections.abc.Mapping

0 commit comments

Comments
 (0)