##// END OF EJS Templates
Add Python 3.10 CI runners
Nikita Kniazev -
Show More
@@ -15,13 +15,13 b' jobs:'
15 strategy:
15 strategy:
16 matrix:
16 matrix:
17 os: [ubuntu-latest]
17 os: [ubuntu-latest]
18 python-version: ["3.7", "3.8", "3.9"]
18 python-version: ["3.7", "3.8", "3.9", "3.10"]
19 # Test all on ubuntu, test ends on macos
19 # Test all on ubuntu, test ends on macos
20 include:
20 include:
21 - os: macos-latest
21 - os: macos-latest
22 python-version: "3.7"
22 python-version: "3.7"
23 - os: macos-latest
23 - os: macos-latest
24 python-version: "3.9"
24 python-version: "3.10"
25
25
26 steps:
26 steps:
27 - uses: actions/checkout@v2
27 - uses: actions/checkout@v2
@@ -4,10 +4,15 b' matrix:'
4
4
5 environment:
5 environment:
6 global:
6 global:
7 APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022'
7 COLUMNS: 120 # Appveyor web viwer window width is 130 chars
8 COLUMNS: 120 # Appveyor web viwer window width is 130 chars
8
9
9 matrix:
10 matrix:
10
11
12 - PYTHON: "C:\\Python310-x64"
13 PYTHON_VERSION: "3.10.x"
14 PYTHON_ARCH: "64"
15
11 - PYTHON: "C:\\Python37-x64"
16 - PYTHON: "C:\\Python37-x64"
12 PYTHON_VERSION: "3.7.x"
17 PYTHON_VERSION: "3.7.x"
13 PYTHON_ARCH: "64"
18 PYTHON_ARCH: "64"
General Comments 0
You need to be logged in to leave comments. Login now