-
-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for python 3.6, which is EOL
- Loading branch information
1 parent
b88cf6e
commit 498709f
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
3.6.15 | ||
3.7.14 | ||
3.8.14 | ||
3.9.13 | ||
3.10.8 | ||
3.10.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name='Eel', | ||
version='0.15.3', | ||
version='0.16.0', | ||
author='Python Eel Organisation', | ||
author_email='[email protected]', | ||
url='https://github.com/python-eel/Eel', | ||
|
@@ -18,7 +18,7 @@ | |
extras_require={ | ||
"jinja2": ['jinja2>=2.10'] | ||
}, | ||
python_requires='>=3.6', | ||
python_requires='>=3.7', | ||
description='For little HTML GUI applications, with easy Python/JS interop', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
|
@@ -30,7 +30,6 @@ | |
'Operating System :: POSIX', | ||
'Operating System :: Microsoft :: Windows :: Windows 10', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: Implementation :: CPython', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters