Skip to content

Commit

Permalink
Ready 1.5.16 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed Apr 13, 2021
1 parent 507f996 commit ba4e722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ please [open an issue](https://github.com/pyglet/pyglet/issues).
Anyone is welcome to join our [discord] server where a lot of the development discussion is going on.
It's also a great place to ask for help.

Some of the features of pyglet are:
Some features of pyglet are:

* **No external dependencies or installation requirements.** For most application and game requirements, *pyglet*
needs nothing else besides Python, simplifying distribution and installation. It's easy to package your project
Expand All @@ -40,7 +40,7 @@ Some of the features of pyglet are:

## Requirements

Pyglet runs under Python 3.5+. Being written in pure Python, it also works on other Python
pyglet runs under Python 3.6+. Being written in pure Python, it also works on other Python
interpreters such as PyPy. Supported platforms are:

* Windows 7 or later
Expand Down
2 changes: 1 addition & 1 deletion pyglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


if sys.version_info < (3, 6):
raise Exception('pyglet %s requires Python 3.5 or newer.' % version)
raise Exception('pyglet %s requires Python 3.6 or newer.' % version)


# pyglet platform treats *BSD systems as Linux
Expand Down

0 comments on commit ba4e722

Please sign in to comment.