summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--AUTHORS.md1
-rw-r--r--changelog.d/1083.misc.rst1
-rw-r--r--setup.cfg1
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
diff --git a/AUTHORS.md b/AUTHORS.md
index 390a3d0..244b082 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -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)
diff --git a/setup.cfg b/setup.cfg
index 8293d6d..f48ac8e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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]