8000 Build wheels for Python 3.6 · python/typed_ast@3a21887 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 3a21887

Browse files
committed
Build wheels for Python 3.6
1 parent 51ce792 commit 3a21887

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ environment:
77

88
- PYTHON: "C:\\Python35"
99
- PYTHON: "C:\\Python35-x64"
10+
- PYTHON: "C:\\Python36"
11+
- PYTHON: "C:\\Python36-x64"
1012

1113
install:
1214
# We need wheel installed to build wheels

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
'Programming Language :: Python :: 3.3',
102102
'Programming Language :: Python :: 3.4',
103103
'Programming Language :: Python :: 3.5',
104+
'Programming Language :: Python :: 3.6',
104105
'Topic :: Software Development',
105106
],
106107
packages = ['typed_ast'],

0 commit comments

Comments
 (0)
0