File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ History:
22
33<see Git checking messages for history>
44
5- 8.0.0 2023/0x/xx
6- - the whole source code was migrated to PEP 570 ( Python positional-only parameters)
5+ 8.0.0 2023/04/09
6+ - removed support for Python 3.6
77 - removed support for Python 3.7
8+ - MSS: fixed PEP 484 prohibits implicit Optional
9+ - MSS: the whole source code was migrated to PEP 570 (Python positional-only parameters)
810 - Linux: added mouse support (related to #55)
911 - Linux: reset the X server error handler on exit to prevent issues with Tk/Tkinter (fixes #220)
1012 - Linux: added mouse support (related to #55)
@@ -15,8 +17,6 @@ History:
1517
16187.0.1 2022/10/27
1719 - fixed the wheel package
18- - removed support for Python 3.6
19- - MSS: fixed PEP 484 prohibits implicit Optional
2020
21217.0.0 2022/10/27
2222 - added support for Python 3.11
Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ GNU/Linux
7373
7474.. class :: MSS
7575
76- .. attribute :: core
77-
7876 .. method :: close()
7977
8078 Clean-up method.
You can’t perform that action at this time.
0 commit comments