Skip to content

Commit

Permalink
Bump required setuptools and virtualenv (#5593)
Browse files Browse the repository at this point in the history
Following the discussion in #5582, it seems it's about time
to update these versions.
  • Loading branch information
oz123 authored Feb 6, 2023
1 parent 85b856f commit 8939c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

required = [
"certifi",
"setuptools>=36.2.1",
"setuptools>=67.0.0",
"virtualenv-clone>=0.2.5",
"virtualenv",
"virtualenv>=20.17.1",
]
extras = {
"dev": [
Expand Down

0 comments on commit 8939c86

Please sign in to comment.