From 1149d4fd4fdcd8c3389582bc642699af3a9abc66 Mon Sep 17 00:00:00 2001 From: Joe R Date: Tue, 17 Sep 2024 23:00:10 -0400 Subject: [PATCH] Remove mentions of Python 2.7 --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- pysollib/ui/tktile/menubar.py | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87cb0b05..d7be07ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ for general guidelines for contributing to open source. - The [GitHub Actions CI build](https://github.com/shlomif/PySolFC/actions) and [AppVeyor build](https://ci.appveyor.com/project/shlomif/pysolfc) (which also run the test suite) should pass on each commit. - Your contributions should be under [GPLv3+](https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3) or a [compatible free software licence](https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses), but please don't put them under the [AGPL](https://en.wikipedia.org/wiki/Affero_General_Public_License), which adds additional restrictions. -- The code should be compatible with both Python 2.7.x and Python 3.4.x-and-above. +- The code should be compatible with Python 3.4.x-and-above. # How you can contribute @@ -32,7 +32,7 @@ custom variants. It lives in the Edit menu. Otherwise, the games' sources live under [the pysollib/games/](pysollib/games/) directory in the repository, and are -written in Python 2.7/3.x and you can try inheriting from an existing +written in Python 3.x and you can try inheriting from an existing variant [class](https://en.wikipedia.org/wiki/Class_%28computer_programming%29). In addition to adding the game's source code, be sure to add the game's metadata. At minimum, you should: diff --git a/README.md b/README.md index e1371565..2007bf29 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ can be implemented. ## Requirements. -- Python (2.7 or 3.x) +- Python 3.x - Tkinter (Tcl/Tk 8.4 or later) - For sound support (optional) diff --git a/pysollib/ui/tktile/menubar.py b/pysollib/ui/tktile/menubar.py index d0bcd27b..7cc9fb36 100644 --- a/pysollib/ui/tktile/menubar.py +++ b/pysollib/ui/tktile/menubar.py @@ -2031,7 +2031,6 @@ Unsupported game for import. self.game.endGame(bookmark=1) self.game.quitGame(bookmark=1) - # # toolbar support #