diff options
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | AUTHORS.md | 1 | ||||
| -rw-r--r-- | changelog.d/1083.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7034ab4..0b50a27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9-dev" - "nightly" env: TOXENV=py @@ -79,6 +79,7 @@ switch, and thus all their contributions are dual-licensed. - Maxime Lorant <maxime.lorant@MASKED> - Michael Aquilina <michaelaquilina@MASKED> (gh: @MichaelAquilina) - Michael J. Schultz <mjschultz@MASKED> +- Michael Käufl (gh: @michael-k) - Mike Gilbert <floppym@MASKED> - Nicholas Herrriot <Nicholas.Herriot@gmail.com> **D** - Nicolas Évrard (gh: @nicoe) **D** diff --git a/changelog.d/1083.misc.rst b/changelog.d/1083.misc.rst new file mode 100644 index 0000000..c59c0c9 --- /dev/null +++ b/changelog.d/1083.misc.rst @@ -0,0 +1 @@ +Added Python 3.9 to the test matrix and trove classifiers. Fixed by @michael-k (gh pr #1083) @@ -27,6 +27,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: Software Development :: Libraries [options] |
