Commit 40aaf1b3 authored by Kirill Smelkov's avatar Kirill Smelkov

Add support for Python 3.8 and Python 3.9

Tests for those Python versions were added along in 032c4ed3 (ci: Switch
from Travis to GitHub Actions).
parent 19e25056
......@@ -8,6 +8,8 @@ Changelog
that was the reason for its deprecation - has been understood and fixed. See
(`#16 <https://github.com/zopefoundation/tempstorage/issues/16>`_).
- Add support for Python 3.8 and Python 3.9.
5.1 (2019-08-15)
----------------
......
......@@ -47,6 +47,8 @@ setup(name='tempstorage',
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment