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 8
8
env : TOX_ENV=py37
9
9
- python : 3.8
10
10
env : TOX_ENV=py38
11
+ - python : 3.9
12
+ env : TOX_ENV=py39
11
13
12
14
install :
13
15
- pip install tox
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ ### Added
5
+ - Python 3.9 support
4
6
5
7
### Removed
6
8
- Python 2.7 & 3.5 support
Original file line number Diff line number Diff line change 1
1
# What Python version is installed where:
2
2
# http://www.appveyor.com/docs/installed-software#python
3
3
4
+ image : Visual Studio 2019
5
+
4
6
environment :
5
7
matrix :
6
8
- PYTHON : " C:\\ Python36"
@@ -12,6 +14,8 @@ environment:
12
14
- PYTHON : " C:\\ Python38"
13
15
TOX_ENV : " py38"
14
16
17
+ - PYTHON : " C:\\ Python39"
18
+ TOX_ENV : " py39"
15
19
16
20
init :
17
21
- " %PYTHON%/python -V"
Original file line number Diff line number Diff line change 37
37
'Programming Language :: Python :: 3.6' ,
38
38
'Programming Language :: Python :: 3.7' ,
39
39
'Programming Language :: Python :: 3.8' ,
40
+ 'Programming Language :: Python :: 3.9' ,
40
41
'Programming Language :: Python :: Implementation :: CPython' ,
41
42
'Operating System :: OS Independent' ,
42
43
'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments