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:
1717 - python : " 3.9"
1818 - python : " 3.9"
1919 arch : arm64
20+ - python : " 3.10"
21+ - python : " 3.10"
22+ arch : arm64
2023 # linux wheels
2124 - sudo : required
2225 services :
Original file line number Diff line number Diff line change @@ -42,6 +42,16 @@ environment:
4242 PYTHON_ARCH : " 64"
4343 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
4444
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+
4555 # build wheels
4656 - PYTHON : " C:\\ Python38-x64"
4757 PYTHON_VERSION : " 3.8.0"
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ def version():
4343 'Programming Language :: Python :: 3.7' ,
4444 'Programming Language :: Python :: 3.8' ,
4545 'Programming Language :: Python :: 3.9' ,
46+ 'Programming Language :: Python :: 3.10' ,
4647 'Programming Language :: Python :: Implementation :: CPython' ,
4748 'Topic :: Software Development' ,
4849 ],
You can’t perform that action at this time.
0 commit comments