-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raise minimum required Python version to 3.8
This patch raises the minimum required Python version to 3.8 and removes version 3.7 from the testing grid, which is end-of-lifed as of June 27, 2023.
- Loading branch information
1 parent
8304029
commit 69e3f5d
Showing
2 changed files
with
2 additions
and
3 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ readme = "README.md" | |
authors = [ | ||
{ name = "Evalf", email = "[email protected]" }, | ||
] | ||
requires-python = '~=3.7' | ||
requires-python = '~=3.8' | ||
dependencies = [ | ||
"appdirs~=1.0", | ||
"bottombar~=2.0.2", | ||
|