Skip to content

Commit

Permalink
Bump wxPython to 4.1.1 (for Python 3.9 compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-lg committed Sep 5, 2021
1 parent 9b428a1 commit a4a783f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="bui",
version="0.2.11",
version="0.2.12",
author="Vincent Le Goff",
author_email="vincent.legoff.srs@gmail.com",
description="The Blind User Interface: the interface you can design with your eyes closed.",
Expand All @@ -16,7 +16,7 @@
python_requires=">=3.6",
install_requires = [
'Logbook == 1.5.2',
'wxPython == 4.0.7; platform_system=="Windows"',
'wxPython == 4.1.1; platform_system=="Windows"',
'Pypubsub == 4.0.3; platform_system=="Windows"',
],
extras_require={
Expand Down

0 comments on commit a4a783f

Please sign in to comment.