Skip to content

Commit 587f215

Browse files
Merge pull request #117 from Akarys42/python310
Add support for Python 3.10
2 parents d4d701a + c03ee32 commit 587f215

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)