File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sphinx:
15
15
16
16
# Optionally set the version of Python and requirements required to build your docs
17
17
python :
18
- version : 3.7
18
+ version : 3.8
19
19
install :
20
20
- method : pip
21
21
path : .
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ pygame-menu
14
14
:target: https://opensource.org/licenses/MIT
15
15
:alt: License MIT
16
16
17
- .. image :: https://img.shields.io/badge/python-3.7 +-red.svg
17
+ .. image :: https://img.shields.io/badge/python-3.6 +-red.svg
18
18
:target: https://www.python.org/downloads
19
- :alt: Python 3.7 +
19
+ :alt: Python 3.6 +
20
20
21
21
.. image :: https://img.shields.io/badge/pygame-1.9.3%2B%2F2.0%2B-orange
22
22
:target: https://www.pygame.org
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ def __str__(self) -> str:
34
34
patch = property (lambda self : self [2 ])
35
35
36
36
37
- vernum = Version (4 , 3 , 7 )
37
+ vernum = Version (4 , 3 , 8 )
38
38
ver = str (vernum )
39
39
rev = ''
You can’t perform that action at this time.
0 commit comments