Skip to content
Snippets Groups Projects
Commit 10583af3 authored by ulif's avatar ulif
Browse files

Officially support also Python 3.9.

parent e71546c1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ Changes
0.10.dev0 (yet unreleased)
---------------------------
- Officially support Python 3.8 and Python 3.9.
- Switch from travis-ci to github actions for automated tests.
- Officially support for Python 3.8.
- Remove official support for pypy2, Python 2.6, and Python 3.3.
......
......@@ -58,6 +58,7 @@ setup(
"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",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment