add python 3.9 support
This commit is contained in:
parent
6c08336154
commit
681bba4f12
4 changed files with 13 additions and 10 deletions
|
@ -5,6 +5,8 @@ python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
|
- "3.9"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -28,7 +28,7 @@ Thanks a lot!
|
||||||
|
|
||||||
Required i3wm version: 4.12+ (in earlier versions, blocks won't have background colors)
|
Required i3wm version: 4.12+ (in earlier versions, blocks won't have background colors)
|
||||||
|
|
||||||
Supported Python versions: 3.4, 3.5, 3.6, 3.7, 3.8
|
Supported Python versions: 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
|
||||||
|
|
||||||
Supported FontAwesome version: 4 (free version of 5 doesn't include some of the icons)
|
Supported FontAwesome version: 4 (free version of 5 doesn't include some of the icons)
|
||||||
|
|
||||||
|
|
|
@ -20,15 +20,15 @@ feature requests, etc. :)
|
||||||
|
|
||||||
Thanks a lot!
|
Thanks a lot!
|
||||||
|
|
||||||
+------------------------------------+-------------------------+
|
+------------------------------------+------------------------------+
|
||||||
| **Required i3wm version** | 4.12+ |
|
| **Required i3wm version** | 4.12+ |
|
||||||
+------------------------------------+-------------------------+
|
+------------------------------------+------------------------------+
|
||||||
| **Supported Python versions** | 3.4, 3.5, 3.6, 3.7, 3.8 |
|
| **Supported Python versions** | 3.4, 3.5, 3.6, 3.7, 3.8, 3.9 |
|
||||||
+------------------------------------+-------------------------+
|
+------------------------------------+------------------------------+
|
||||||
| **Supported FontAwesome versions** | 4 only |
|
| **Supported FontAwesome versions** | 4 only |
|
||||||
+------------------------------------+-------------------------+
|
+------------------------------------+------------------------------+
|
||||||
| **Per-module requirements** | see :doc:`modules` |
|
| **Per-module requirements** | see :doc:`modules` |
|
||||||
+------------------------------------+-------------------------+
|
+------------------------------------+------------------------------+
|
||||||
|
|
||||||
see :doc:`FAQ` for details on this
|
see :doc:`FAQ` for details on this
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ classifiers =
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
Topic :: Software Development :: Libraries
|
Topic :: Software Development :: Libraries
|
||||||
Topic :: Software Development :: Internationalization
|
Topic :: Software Development :: Internationalization
|
||||||
Topic :: Utilities
|
Topic :: Utilities
|
||||||
|
|
Loading…
Reference in a new issue