-
-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2066 from samschott/ownership-cleanup-samschott
Widget and window reference cleanup
- Loading branch information
Showing
31 changed files
with
285 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
|
||
env: | ||
min_python_version: "3.8" | ||
max_python_version: "3.11" | ||
max_python_version: "3.12" | ||
|
||
defaults: | ||
run: | ||
|
@@ -65,12 +65,12 @@ jobs: | |
strategy: | ||
matrix: | ||
platform: [ "macos", "ubuntu", "windows" ] | ||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12-dev" ] | ||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] | ||
include: | ||
- experimental: false | ||
|
||
- python-version: "3.12-dev" | ||
experimental: true | ||
# - python-version: "3.13-dev" | ||
# experimental: true | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python ${{ matrix.python-version }} | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Widgets are now removed from windows when the window is closed, preventing a memory leak on window closure. |
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
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
Oops, something went wrong.