Fix several issues revealed by testing and static analysis
- Fix type annotations in d2warehouse.stash - Fix invalid escape sequences in d2warehouse.item - Bump the minimum supported version of python to 3.10 - Fix ambiguous variable name in d2warehouse.huffman
This commit is contained in:
@@ -14,7 +14,7 @@ classifiers = [
|
||||
"Environment :: Console",
|
||||
|
||||
]
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
license = {text = "GPLv3 License"}
|
||||
dependencies = [
|
||||
"bitarray",
|
||||
|
||||
Reference in New Issue
Block a user