Skip to content

Commit 059867b

Browse files
committed
Update CI configuration for Python 3.10
1 parent 9685570 commit 059867b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [windows, ubuntu, macos]
15-
python: ["3.6", "3.7", "3.8", "3.9"]
15+
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1616
platform: [x64]
1717
shutdown_mode: [Normal, Soft]
1818

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ environment:
1515
CODECOV_ENV: PYTHON_VERSION, PLATFORM
1616

1717
matrix:
18+
- PYTHON_VERSION: 3.10
1819
- PYTHON_VERSION: 3.9
1920
- PYTHON_VERSION: 3.8
2021
- PYTHON_VERSION: 3.7
2122
- PYTHON_VERSION: 3.6
23+
- PYTHON_VERSION: 3.10
24+
PYTHONNET_SHUTDOWN_MODE: Soft
2225
- PYTHON_VERSION: 3.9
2326
PYTHONNET_SHUTDOWN_MODE: Soft
2427
- PYTHON_VERSION: 3.8

0 commit comments

Comments
 (0)