Skip to content

Commit

Permalink
chore: cleanup and Python 3.10+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Oct 20, 2024
1 parent aff681b commit b594770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
radon>=4,<7
requests>=2.0,<3.0
PyYAML>=4.2b1,<7.0
PyYAML>=5.0,<7.0
1 change: 1 addition & 0 deletions test_xenon.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import sys
import argparse

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

0 comments on commit b594770

Please # to comment.