Skip to content

Commit

Permalink
Add Python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 27, 2020
1 parent 9b31bb9 commit 566e74b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
- pypy
- pypy3
install:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@ Changelog
1.15.2 (unreleased)
-------------------

- Add support for Python 3.8.
- Add support for Python 3.8 and 3.9.

- Drop support for Python 3.5.

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -8,6 +8,7 @@ environment:
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python39"

init:
- "echo %PYTHON%"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -52,6 +52,7 @@
'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 :: Software Development :: Version Control',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py36,py37,py38,pypy,pypy3
py27,py36,py37,py38,py39,pypy,pypy3

[testenv]
deps =
Expand Down

0 comments on commit 566e74b

Please sign in to comment.