Skip to content

Commit 0dbe02b

Browse files
committed
Enable python 3.6 support
1 parent 17b7a2c commit 0dbe02b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sphinx:
1515

1616
# Optionally set the version of Python and requirements required to build your docs
1717
python:
18-
version: 3.7
18+
version: 3.8
1919
install:
2020
- method: pip
2121
path: .

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pygame-menu
1414
:target: https://opensource.org/licenses/MIT
1515
:alt: License MIT
1616

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

2121
.. image:: https://img.shields.io/badge/pygame-1.9.3%2B%2F2.0%2B-orange
2222
:target: https://www.pygame.org

pygame_menu/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ def __str__(self) -> str:
3434
patch = property(lambda self: self[2])
3535

3636

37-
vernum = Version(4, 3, 7)
37+
vernum = Version(4, 3, 8)
3838
ver = str(vernum)
3939
rev = ''

0 commit comments

Comments
 (0)