Skip to content

Commit

Permalink
pluggy 1.1.0 dropped support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonmessmer committed Aug 6, 2023
1 parent 05bc194 commit 1f6bf8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def run(self):
'iniconfig < 2.0;python_version=="3.6"',
'pytest;python_version>="3.7"', 'attrs < 21.1.0;python_version<"3.5"',
'attrs < 23.1.0;python_version=="3.6"',
'pluggy < 1.0;python_version<"3.8"',
],
extras_require={
'venv metadata': ['virtualenv-api'],
Expand Down

0 comments on commit 1f6bf8e

Please sign in to comment.