Skip to content

Commit

Permalink
Document Python 3.7 as the minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Sep 20, 2024
1 parent 679c9a7 commit 68d6b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Python 3.4.x-and-above.
- The code should be compatible with Python 3.7 and above.

# How you can contribute

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ can be implemented.

## Requirements.

- Python 3.x
- Python (3.7 or later)
- Tkinter (Tcl/Tk 8.4 or later)

- For sound support (optional)
Expand Down

0 comments on commit 68d6b64

Please sign in to comment.