Skip to content

Commit

Permalink
Mention that Python 3.8 is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jul 1, 2020
1 parent e6a6609 commit 1b56551
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- **NEW**: Proper support for system color changes. Allows proper transitioning on macOS between light and dark mode.
- **FIX**: Minor fixes to selection colors in regex tester.
- **FIX**: Remove old macOS workaround to force focus on search input.
- **FIX**: Officially support Python 3.8.

## 4.11.1

Expand Down
2 changes: 1 addition & 1 deletion rummage/lib/gui/data/docs/.dochash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87601f7181a8ad9d32f167d003419dfd
db12d4f9a3029dd7d5d90c54448580c1
1 change: 1 addition & 0 deletions rummage/lib/gui/data/docs/about/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h2 id="412">4.12</h2>
<li><strong>NEW</strong>: Proper support for system color changes. Allows proper transitioning on macOS between light and dark mode.</li>
<li><strong>FIX</strong>: Minor fixes to selection colors in regex tester.</li>
<li><strong>FIX</strong>: Remove old macOS workaround to force focus on search input.</li>
<li><strong>FIX</strong>: Officially support Python 3.8.</li>
</ul>
<h2 id="4111">4.11.1</h2>
<ul>
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def get_description():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit 1b56551

Please sign in to comment.