Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
reverbc#8 claim Python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
reverbc committed Mar 2, 2021
1 parent b983f9d commit 234cfb7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ matrix:
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38
- python: 3.9
env: TOX_ENV=py39

install:
- pip install tox
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Added
- Python 3.9 support

### Removed
- Python 2.7 & 3.5 support
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# What Python version is installed where:
# http://www.appveyor.com/docs/installed-software#python

image: Visual Studio 2019

environment:
matrix:
- PYTHON: "C:\\Python36"
Expand All @@ -12,6 +14,8 @@ environment:
- PYTHON: "C:\\Python38"
TOX_ENV: "py38"

- PYTHON: "C:\\Python39"
TOX_ENV: "py39"

init:
- "%PYTHON%/python -V"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,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',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 234cfb7

Please sign in to comment.