File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ python:
77 - " 3.3"
88 - " 3.4"
99 - " 3.5"
10+ - " 3.6"
1011 - " pypy"
1112 - " pypy3"
1213matrix :
1314 include :
14- - python : " 3.5 "
15+ - python : " 3.6 "
1516 env : PERFT=1
1617addons :
1718 apt :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ At the current stage of this project it is more important to get things right
55than to be consistent with previous versions. Use this changelog to see what
66changed in a new release, because this might include API breaking changes.
77
8- Upcoming in the next release
9- ----------------------------
8+ New in v0.17.0
9+ --------------
1010
1111Changes:
1212
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ def extra_dependencies():
111111 "Programming Language :: Python :: 3.3" ,
112112 "Programming Language :: Python :: 3.4" ,
113113 "Programming Language :: Python :: 3.5" ,
114+ "Programming Language :: Python :: 3.6" ,
114115 "Topic :: Games/Entertainment :: Board Games" ,
115116 "Topic :: Software Development :: Libraries :: Python Modules" ,
116117 ],
You can’t perform that action at this time.
0 commit comments