diff options
| author | Bobby <[email protected]> | 2022-09-01 22:13:21 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-01 22:13:21 -0400 |
| commit | 0058f0626ab7f11d123aa8edd2858715891ec7b1 (patch) | |
| tree | a7af2deb321291a72c27b1bcedf37517e413a6b8 /setup.py | |
| parent | d69d7560960d8dc7414be1e0c51d3a2088a5b32d (diff) | |
| download | edify-0058f0626ab7f11d123aa8edd2858715891ec7b1.tar.xz edify-0058f0626ab7f11d123aa8edd2858715891ec7b1.zip | |
Removing backwards compatibility for Python 3.6. Min Python now is 3.7
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ setup( keywords=[ # eg: 'keyword1', 'keyword2', 'keyword3', ], - python_requires='>=3.6', + python_requires='>=3.7', install_requires=[ # eg: 'aspectlib==1.1.1', 'six>=1.7', ], |
