Skip to content

Commit

Permalink
Fix missing setuptools in Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Dec 7, 2023
1 parent 2464481 commit 490cebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"responses==0.23.3",
# loading test fixture data
"ruamel.yaml==0.17.32",
# Python 3.12 needs setuptools.
"setuptools;python_version>='3.12'",
]
DEV_REQUIREMENTS = TEST_REQUIREMENTS + [
"tox>=4",
Expand Down

0 comments on commit 490cebb

Please sign in to comment.