-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reached end of life 2023-06-27 https://devguide.python.org/versions/
- Loading branch information
1 parent
2ae5a11
commit ce06952
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -82,7 +82,7 @@ def run(self): | |
author_email='[email protected]', | ||
url='https://github.com/florianfesti/boxes', | ||
packages=find_packages(), | ||
python_requires='>=3.7', | ||
python_requires='>=3.8', | ||
install_requires=['affine>=2.0', 'markdown', 'shapely>=1.8.2', 'qrcode==7.3.1'], | ||
scripts=['scripts/boxes', 'scripts/boxesserver'], | ||
cmdclass={ | ||
|