Skip to content

Commit 78a22e6

Browse files
committed
Update CI configuration for Python 3.10
Also increase CI timeout for now as some dependencies have no wheels available, yet, and are thus compiled during CI.
1 parent e5b0a07 commit 78a22e6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
build-test:
77
name: Build and Test
88
runs-on: ${{ matrix.os }}-latest
9-
timeout-minutes: 7
9+
timeout-minutes: 15
1010

1111
strategy:
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)