Skip to content

Commit 1f6bf8e

Browse files
committed
pluggy 1.1.0 dropped support for Python 3.6
1 parent 05bc194 commit 1f6bf8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def run(self):
6262
'iniconfig < 2.0;python_version=="3.6"',
6363
'pytest;python_version>="3.7"', 'attrs < 21.1.0;python_version<"3.5"',
6464
'attrs < 23.1.0;python_version=="3.6"',
65+
'pluggy < 1.0;python_version<"3.8"',
6566
],
6667
extras_require={
6768
'venv metadata': ['virtualenv-api'],

0 commit comments

Comments
 (0)