File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 88 env : TOX_ENV=py37
99 - python : 3.8
1010 env : TOX_ENV=py38
11+ - python : 3.9
12+ env : TOX_ENV=py39
1113
1214install :
1315 - pip install tox
Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+ ### Added
5+ - Python 3.9 support
46
57### Removed
68- Python 2.7 & 3.5 support
Original file line number Diff line number Diff line change 11# What Python version is installed where:
22# http://www.appveyor.com/docs/installed-software#python
33
4+ image : Visual Studio 2019
5+
46environment :
57 matrix :
68 - PYTHON : " C:\\ Python36"
@@ -12,6 +14,8 @@ environment:
1214 - PYTHON : " C:\\ Python38"
1315 TOX_ENV : " py38"
1416
17+ - PYTHON : " C:\\ Python39"
18+ TOX_ENV : " py39"
1519
1620init :
1721 - " %PYTHON%/python -V"
Original file line number Diff line number Diff line change 3737 'Programming Language :: Python :: 3.6' ,
3838 'Programming Language :: Python :: 3.7' ,
3939 'Programming Language :: Python :: 3.8' ,
40+ 'Programming Language :: Python :: 3.9' ,
4041 'Programming Language :: Python :: Implementation :: CPython' ,
4142 'Operating System :: OS Independent' ,
4243 'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments