mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
Added Python 3.9 support
This commit is contained in:
parent
a8d07b610f
commit
714c0609ba
@ -9,13 +9,14 @@ python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
jobs:
|
||||
include:
|
||||
- python: 3.8
|
||||
- python: 3.9
|
||||
env: TOXENV=docs
|
||||
- python: 3.8
|
||||
- python: 3.9
|
||||
env: TOXENV=lint
|
||||
- python: 3.8
|
||||
- python: 3.9
|
||||
env: TOXENV=formatting
|
||||
notifications:
|
||||
slack:
|
||||
|
@ -25,6 +25,7 @@ Features
|
||||
Can pass a callback that edits the Jinja Environment object before
|
||||
template rendering begins.
|
||||
This allows custom filters, tests, and globals to be added to the environment.
|
||||
* Added support for Python 3.9.
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
1
setup.py
1
setup.py
@ -42,5 +42,6 @@ setup(
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user