Remove redundant six dependency (#781)

* Don't create universal wheel for Python 3 only

Signed-off-by: Hugo van Kemenade <[email protected]>

* Update Black target version to match min Python supported

Signed-off-by: Hugo van Kemenade <[email protected]>

* Upgrade files using six to Python 3 syntax

Signed-off-by: Hugo van Kemenade <[email protected]>

* Remove redundant six dependency

Signed-off-by: Hugo van Kemenade <[email protected]>

* Format with Black

Signed-off-by: Hugo van Kemenade <[email protected]>

* Add changelog entry

Signed-off-by: Hugo van Kemenade <[email protected]>

---------

Signed-off-by: Hugo van Kemenade <[email protected]>
This commit is contained in:
Hugo van Kemenade
2024-07-20 12:30:37 -04:00
committed by GitHub
parent 1ef788a55a
commit de96d28e45
18 changed files with 116 additions and 162 deletions
+1 -6
View File
@@ -1,6 +1,3 @@
[bdist_wheel]
universal = 1
[bdist_rpm]
requires = python python-urllib3
@@ -17,9 +14,7 @@ profile=black
[black]
max-line-length = 240
target-version = 'py33'
target-version = 'py38'
[mypy]
ignore_missing_imports=True