Skip to content

Commit

Permalink
Enable python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Feb 23, 2023
1 parent 17b7a2c commit 0dbe02b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -15,7 +15,7 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: 3.8
install:
- method: pip
path: .
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -14,9 +14,9 @@ pygame-menu
:target: https://opensource.org/licenses/MIT
:alt: License MIT

.. image:: https://img.shields.io/badge/python-3.7+-red.svg
.. image:: https://img.shields.io/badge/python-3.6+-red.svg
:target: https://www.python.org/downloads
:alt: Python 3.7+
:alt: Python 3.6+

.. image:: https://img.shields.io/badge/pygame-1.9.3%2B%2F2.0%2B-orange
:target: https://www.pygame.org
Expand Down
2 changes: 1 addition & 1 deletion pygame_menu/version.py
Expand Up @@ -34,6 +34,6 @@ def __str__(self) -> str:
patch = property(lambda self: self[2])


vernum = Version(4, 3, 7)
vernum = Version(4, 3, 8)
ver = str(vernum)
rev = ''

0 comments on commit 0dbe02b

Please sign in to comment.