Skip to content

Commit

Permalink
attrs 23.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 59a90da commit 9117f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(self):
'pytest < 6.2;python_version=="3.5"', 'pytest < 7.1;python_version=="3.6"',
'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.7"',
'attrs < 23.1.0;python_version=="3.6"',
],
extras_require={
'venv metadata': ['virtualenv-api'],
Expand Down

0 comments on commit 9117f86

Please sign in to comment.