Skip to content

Commit d2391f4

Browse files
committed
Drop Python 3.6
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 63ffe0b commit d2391f4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Version 31.0.0 - (2022-08-24)
1010

1111
This 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

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages = find:
3535
include_package_data = true
3636
zip_safe = false
3737

38-
python_requires = >=3.6
38+
python_requires = >=3.7
3939

4040
install_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]

0 commit comments

Comments
 (0)