File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ matrix:
17
17
- python : " 3.9"
18
18
- python : " 3.9"
19
19
arch : arm64
20
+ - python : " 3.10"
21
+ - python : " 3.10"
22
+ arch : arm64
20
23
# linux wheels
21
24
- sudo : required
22
25
services :
Original file line number Diff line number Diff line change @@ -42,6 +42,16 @@ environment:
42
42
PYTHON_ARCH : " 64"
43
43
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
44
44
45
+ - PYTHON : " C:\\ Python310"
46
+ PYTHON_VERSION : " 3.10.0"
47
+ PYTHON_ARCH : " 32"
48
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
49
+
50
+ - PYTHON : " C:\\ Python310-x64"
51
+ PYTHON_VERSION : " 3.10.0"
52
+ PYTHON_ARCH : " 64"
53
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
54
+
45
55
# build wheels
46
56
- PYTHON : " C:\\ Python38-x64"
47
57
PYTHON_VERSION : " 3.8.0"
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ def version():
43
43
'Programming Language :: Python :: 3.7' ,
44
44
'Programming Language :: Python :: 3.8' ,
45
45
'Programming Language :: Python :: 3.9' ,
46
+ 'Programming Language :: Python :: 3.10' ,
46
47
'Programming Language :: Python :: Implementation :: CPython' ,
47
48
'Topic :: Software Development' ,
48
49
],
You can’t perform that action at this time.
0 commit comments