File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Version 31.0.0 - (2022-08-24)
1010
1111This is a major version with API-breaking changes in the resource module.
1212
13+ - Drop support for Python 3.6
14+
1315- The Resource has no rid (resource id) and no pid (parent id). Instead
1416 we now use internally a simpler mapping of {path: Resource} object.
1517 As a result the iteration on a Codebase is faster but this requires more
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ packages = find:
3535include_package_data = true
3636zip_safe = false
3737
38- python_requires = >=3.6
38+ python_requires = >=3.7
3939
4040install_requires =
4141 attrs >= 18.1, !=20.1.0
@@ -44,7 +44,6 @@ install_requires =
4444 requests >= 2.7.0
4545 saneyaml >= 0.5.2
4646 text_unidecode >= 1.0
47- typing >=3.6, < 3.7; python_version < "3.7"
4847
4948
5049[options.packages.find]
You can’t perform that action at this time.
0 commit comments